Skip to content
Snippets Groups Projects
Commit 2faba8e8 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

am: c29fd93c

Change-Id: I0fb17936f69cf8b3c4080ba853c596786ff61d5f
parents 624220fd c29fd93c
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 }; ...@@ -113,7 +113,9 @@ allow system_server hal_camera:process { getsched setsched };
allow system_server mediaserver:process { getsched setsched }; allow system_server mediaserver:process { getsched setsched };
allow system_server bootanim: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; allow system_server cameraserver:file w_file_perms;
# Read /proc/pid data for all domains. This is used by ProcessCpuTracker # 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