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
9e0cb1ad
Commit
9e0cb1ad
authored
7 years ago
by
Amit Uttamchandani
Browse files
Options
Downloads
Plain Diff
Merge branch 'nyc-dev' into 'nyc-iot-dev'
parents
f98da66e
3d8dde0e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
file_contexts
+1
-0
1 addition, 0 deletions
file_contexts
system_server.te
+1
-4
1 addition, 4 deletions
system_server.te
with
2 additions
and
4 deletions
file_contexts
+
1
−
0
View file @
9e0cb1ad
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
/sys u:object_r:sysfs:s0
/sys u:object_r:sysfs:s0
# Symlinks
# Symlinks
/bugreports u:object_r:rootfs:s0
/d u:object_r:rootfs:s0
/d u:object_r:rootfs:s0
/etc u:object_r:rootfs:s0
/etc u:object_r:rootfs:s0
/sdcard u:object_r:rootfs:s0
/sdcard u:object_r:rootfs:s0
...
...
This diff is collapsed.
Click to expand it.
system_server.te
+
1
−
4
View file @
9e0cb1ad
...
@@ -54,16 +54,13 @@ allow system_server self:capability {
...
@@ -54,16 +54,13 @@ allow system_server self:capability {
net_raw
net_raw
sys_boot
sys_boot
sys_nice
sys_nice
sys_
resour
ce
sys_
ptra
ce
sys_time
sys_time
sys_tty_config
sys_tty_config
};
};
wakelock_use(system_server)
wakelock_use(system_server)
# Triggered by /proc/pid accesses, not allowed.
dontaudit system_server self:capability sys_ptrace;
# Trigger module auto-load.
# Trigger module auto-load.
allow system_server kernel:system module_request;
allow system_server kernel:system module_request;
...
...
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