Merge "Allow Bluetooth HAL CAP_SYS_NICE" am: 1ac29896b0

am: adecf17de6

Change-Id: I3dd45d658a1c237ecc11192fe0a6a845ab795f76
This commit is contained in:
Philip Cuadra 2017-04-26 17:06:21 +00:00 committed by android-build-merger
commit fb66ad7df4

View file

@ -189,8 +189,10 @@ static const struct fs_path_config android_files[] = {
CAP_MASK_LONG(CAP_NET_RAW),
"system/bin/hostapd" },
/* Support Bluetooth legacy hal accessing /sys/class/rfkill */
{ 00700, AID_BLUETOOTH, AID_BLUETOOTH, CAP_MASK_LONG(CAP_NET_ADMIN),
/* Support Bluetooth legacy hal accessing /sys/class/rfkill
* Support RT scheduling in Bluetooth */
{ 00700, AID_BLUETOOTH, AID_BLUETOOTH, CAP_MASK_LONG(CAP_NET_ADMIN) |
CAP_MASK_LONG(CAP_SYS_NICE),
"vendor/bin/hw/android.hardware.bluetooth@1.0-service" },
/* Support wifi_hal_legacy administering a network interface. */