commit | 2b052d95a6f00948ce4689ebda0d28c49d4c7616 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Fri Mar 23 22:02:41 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 23 22:02:41 2018 +0000 |
tree | 1b4957388a99ede9199275d4dc344717b2b5b320 | |
parent | 969fd57532f836a6b8c5dbeb5c0d78f15fd4512b [diff] | |
parent | a8617fa6c5108dfb66d0096c9ca8bcd3880e9d21 [diff] |
Merge "Add capabilities to wifi HAL service" into pi-dev am: a8617fa6c5 Change-Id: I40354a83bacf4cb6a7a0061de47cc9cb70865145
diff --git a/bluetooth/1.0/default/android.hardware.bluetooth@1.0-service.rc b/bluetooth/1.0/default/android.hardware.bluetooth@1.0-service.rc index e1f5faa..5a01ecc 100644 --- a/bluetooth/1.0/default/android.hardware.bluetooth@1.0-service.rc +++ b/bluetooth/1.0/default/android.hardware.bluetooth@1.0-service.rc
@@ -1,5 +1,6 @@ service vendor.bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service class hal + capabilities NET_ADMIN SYS_NICE user bluetooth group bluetooth writepid /dev/stune/foreground/tasks
diff --git a/configstore/1.0/default/seccomp_policy/configstore@1.0-arm64.policy b/configstore/1.0/default/seccomp_policy/configstore@1.0-arm64.policy index f2dd892..2390be4 100644 --- a/configstore/1.0/default/seccomp_policy/configstore@1.0-arm64.policy +++ b/configstore/1.0/default/seccomp_policy/configstore@1.0-arm64.policy
@@ -43,6 +43,7 @@ getrlimit: 1 madvise: 1 clock_gettime: 1 +getpid: 1 # used during process crash by crash_dump to dump process info rt_sigprocmask: 1