system_server: allow writing to timerslack_ns

am: 5c41d40ecd

Change-Id: I6a60af407a6a95e3d48818de28619dc5ba44284f
This commit is contained in:
Jeff Vander Stoep 2017-07-29 02:37:33 +00:00 committed by android-build-merger
commit 4e9601887f

View file

@ -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