Merge "system_server: allow writes to /proc/pid/*" am: 62e8da9713
am: 17787a50e0
Change-Id: I0d7234ac388233f2ca5e02216977b8e19eb45d1b
This commit is contained in:
commit
279410d99b
1 changed files with 2 additions and 6 deletions
|
@ -120,12 +120,8 @@ allow system_server hal_camera:process { getsched setsched };
|
|||
allow system_server mediaserver:process { getsched setsched };
|
||||
allow system_server bootanim:process { getsched setsched };
|
||||
|
||||
# Allow system_server to write to /proc/<pid>/timerslack_ns
|
||||
allow system_server appdomain:file w_file_perms;
|
||||
allow system_server audioserver:file w_file_perms;
|
||||
allow system_server cameraserver:file w_file_perms;
|
||||
allow system_server hal_audio_server:file w_file_perms;
|
||||
allow system_server hal_omx_server:file w_file_perms;
|
||||
# Allow system_server to write to /proc/<pid>/*
|
||||
allow system_server domain:file w_file_perms;
|
||||
|
||||
# Read /proc/pid data for all domains. This is used by ProcessCpuTracker
|
||||
# within system_server to keep track of memory and CPU usage for
|
||||
|
|
Loading…
Reference in a new issue