Skip to content
Snippets Groups Projects
Commit 9e0cb1ad authored by Amit Uttamchandani's avatar Amit Uttamchandani
Browse files

Merge branch 'nyc-dev' into 'nyc-iot-dev'

parents f98da66e 3d8dde0e
Branches
Tags
No related merge requests found
...@@ -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
......
...@@ -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_resource sys_ptrace
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment