Merge "sepolicy: add bt prop permission to audio hal"
This commit is contained in:
commit
3ce250676b
2 changed files with 4 additions and 0 deletions
3
generic/vendor/common/hal_audio_default.te
vendored
3
generic/vendor/common/hal_audio_default.te
vendored
|
@ -56,3 +56,6 @@ allow hal_audio sysfs_audio:dir r_dir_perms ;
|
|||
|
||||
# audio properties
|
||||
get_prop(hal_audio, vendor_audio_prop)
|
||||
|
||||
# bluetooth properties
|
||||
get_prop(hal_audio, vendor_bluetooth_prop)
|
1
generic/vendor/common/property_contexts
vendored
1
generic/vendor/common/property_contexts
vendored
|
@ -28,6 +28,7 @@ persist.vendor.service.bdroid. u:object_r:vendor_bluetooth_prop:s0
|
|||
persist.vendor.bluetooth. u:object_r:vendor_bluetooth_prop:s0
|
||||
ro.vendor.bluetooth. u:object_r:vendor_bluetooth_prop:s0
|
||||
persist.vendor.bluetooth.a2dp. u:object_r:vendor_bluetooth_prop:s0
|
||||
persist.vendor.bt.a2dp_offload_cap u:object_r:vendor_bluetooth_prop:s0
|
||||
vendor.wc_transport. u:object_r:vendor_bluetooth_prop:s0
|
||||
ctl.vendor.msm_irqbalance u:object_r:msm_irqbalance_prop:s0
|
||||
ctl.vendor.netmgrd u:object_r:ctl_netmgrd_prop:s0
|
||||
|
|
Loading…
Reference in a new issue