Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
09a88a63
Commit
09a88a63
authored
May 9, 2013
by
Geremy Condra
Committed by
Android (Google) Code Review
May 9, 2013
Browse files
Options
Downloads
Plain Diff
Merge "Remove sys_boot"
parents
f4ebcd67
2bfb59df
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
adbd.te
+1
-1
1 addition, 1 deletion
adbd.te
system.te
+1
-1
1 addition, 1 deletion
system.te
with
2 additions
and
2 deletions
adbd.te
+
1
−
1
View file @
09a88a63
...
...
@@ -3,7 +3,7 @@
type adbd, domain, mlstrustedsubject;
allow adbd adb_device:chr_file rw_file_perms;
allow adbd qemu_device:chr_file rw_file_perms;
allow adbd self:capability { net_raw setgid setuid dac_override
sys_boot
sys_admin };
allow adbd self:capability { net_raw setgid setuid dac_override sys_admin };
allow adbd rootfs:file { r_file_perms entrypoint };
allow adbd init:process sigchld;
allow adbd self:tcp_socket *;
...
...
This diff is collapsed.
Click to expand it.
system.te
+
1
−
1
View file @
09a88a63
...
...
@@ -48,7 +48,7 @@ bluetooth_domain(system)
# These are the capabilities assigned by the zygote to the
# system server.
# XXX See if we can remove some of these.
allow system self:capability { kill net_bind_service net_broadcast net_admin net_raw sys_module
sys_boot
sys_nice sys_resource sys_time sys_tty_config };
allow system self:capability { kill net_bind_service net_broadcast net_admin net_raw sys_module sys_nice sys_resource sys_time sys_tty_config };
# Triggered by /proc/pid accesses, not allowed.
dontaudit system self:capability sys_ptrace;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment