commit | ab97cef29e64f11b67d4de63afcc65a5b5c7976f | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Thu May 11 01:36:26 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 11 01:36:26 2017 +0000 |
tree | ec32dea724747fa7740ff13aa399a932efb1e7e1 | |
parent | e7a87680d6d30ab2b59ccccc546fddc0e25ef0de [diff] | |
parent | b05e4c9414f4784844f0cbd06447d15e38573597 [diff] |
Merge "Start processes that need real-time with CAP_SYS_NICE." into oc-dev am: 6c062f77c1 am: b05e4c9414 Change-Id: I9fa6d2b4283ca50506ffcc6a665e6a2e46c4c2f9
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