Skip to content
Snippets Groups Projects
Commit c29fd93c authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

system_server: allow writing to timerslack_ns am: 5c41d40e am: 4e960188

am: f1876d58

Change-Id: I9b878eace2de33a483f648376f005277ef9283c6
parents dd92ece4 f1876d58
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment