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

Change-Id: I5dcc335c9bc9a1546709bef874c499b9d8eff03c
parents 45074160 4e960188
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment