system_server: allow writing to timerslack_ns
am: 5c41d40ecd
Change-Id: I6a60af407a6a95e3d48818de28619dc5ba44284f
This commit is contained in:
commit
4e9601887f
1 changed files with 3 additions and 1 deletions
|
@ -110,7 +110,9 @@ 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 cameraserver's /proc/<pid>/timerslack_ns
|
||||
# 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;
|
||||
|
||||
# Read /proc/pid data for all domains. This is used by ProcessCpuTracker
|
||||
|
|
Loading…
Reference in a new issue