mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
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:
parent
e13f6fe38a
commit
762edfede3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue