commit | b05e4c9414f4784844f0cbd06447d15e38573597 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Thu May 11 00:47:30 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 11 00:47:30 2017 +0000 |
tree | 05d9b3717138450c78958a5c5d783e1e5238ab19 | |
parent | ef8f6e83704999a77f4442f3a2d322a4d7043cec [diff] | |
parent | 6c062f77c1945e2aa1726af8d01a682e9c56995d [diff] |
Merge "Start processes that need real-time with CAP_SYS_NICE." into oc-dev am: 6c062f77c1 Change-Id: I921160390dc9f90e7872729194ed1d1240ce68b7
diff --git a/camera/provider/2.4/default/android.hardware.camera.provider@2.4-service.rc b/camera/provider/2.4/default/android.hardware.camera.provider@2.4-service.rc index 192870b..2bf309b 100644 --- a/camera/provider/2.4/default/android.hardware.camera.provider@2.4-service.rc +++ b/camera/provider/2.4/default/android.hardware.camera.provider@2.4-service.rc
@@ -3,4 +3,5 @@ user cameraserver group audio camera input drmrpc ioprio rt 4 - writepid /dev/cpuset/camera-daemon/tasks /dev/stune/top-app/tasks \ No newline at end of file + capabilities SYS_NICE + writepid /dev/cpuset/camera-daemon/tasks /dev/stune/top-app/tasks
diff --git a/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc b/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc index 9a08f66..70f2ef8 100644 --- a/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc +++ b/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc
@@ -2,4 +2,5 @@ class hal animation user system group graphics drmrpc + capabilities SYS_NICE onrestart restart surfaceflinger
diff --git a/sensors/1.0/default/android.hardware.sensors@1.0-service.rc b/sensors/1.0/default/android.hardware.sensors@1.0-service.rc index c085552..059e5db 100644 --- a/sensors/1.0/default/android.hardware.sensors@1.0-service.rc +++ b/sensors/1.0/default/android.hardware.sensors@1.0-service.rc
@@ -2,3 +2,4 @@ class hal user system group system + capabilities SYS_NICE