msm8976-common: sepolicy: Use regular expression when labeling BT sysfs

* Apparently gts28vewifi uses different number
  than 125 thus we should be using [0-9]+ regex.
This commit is contained in:
LuK1337 2017-10-23 14:04:12 +02:00
parent e13f6fe38a
commit 762edfede3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Bluetooth
/sys/devices/bt_qca6174\.125/extldo u:object_r:sysfs_bluetooth_writable:s0
/sys/devices/bt_qca6174\.125/rfkill/rfkill0/state u:object_r:sysfs_bluetooth_writable:s0
/sys/devices/bt_qca6174\.[0-9]+/extldo u:object_r:sysfs_bluetooth_writable:s0
/sys/devices/bt_qca6174\.[0-9]+/rfkill/rfkill0/state u:object_r:sysfs_bluetooth_writable:s0
# Cache
/dev/block/platform/soc\.0/7824900\.sdhci/by-name/cache u:object_r:cache_block_device:s0