Skip to content
Snippets Groups Projects
Commit e073f400 authored by Max Bires's avatar Max Bires Committed by android-build-merger
Browse files

Merge "allow system_server to write to cameraserver's...

Merge "allow system_server to write to cameraserver's /proc/<pid>/timerslack_ns" am: 9f8773b4 am: 00d28684 am: 8926a408
am: d526583f

Change-Id: Id375d476c919186402451edd32b7c119a41d0e35
parents 33a29625 d526583f
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,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 cameraserver:file w_file_perms;
# Read /proc/pid data for all domains. This is used by ProcessCpuTracker
# within system_server to keep track of memory and CPU usage for
# all processes on the device. In addition, /proc/pid files access is needed
......
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