Merge "Added new context declaration for Bluetooth configs"
This commit is contained in:
commit
0a19dbdcd3
5 changed files with 10 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
apexd_select_prop
|
||||
artd_service
|
||||
attestation_verification_service
|
||||
bluetooth_config_prop
|
||||
charger_vendor
|
||||
cloudsearch_service
|
||||
device_config_nnapi_native_prop
|
||||
|
|
|
@ -464,6 +464,12 @@ persist.bluetooth.btsnoopdefaultmode u:object_r:bluetooth_prop:s0 exac
|
|||
persist.bluetooth.btsnooplogmode u:object_r:bluetooth_prop:s0 exact enum empty disabled filtered full
|
||||
persist.bluetooth.factoryreset u:object_r:bluetooth_prop:s0 exact bool
|
||||
|
||||
bluetooth.hardware.power.operating_voltage_mv u:object_r:bluetooth_config_prop:s0 exact int
|
||||
bluetooth.hardware.power.idle_cur_ma u:object_r:bluetooth_config_prop:s0 exact int
|
||||
bluetooth.hardware.power.tx_cur_ma u:object_r:bluetooth_config_prop:s0 exact int
|
||||
bluetooth.hardware.power.rx_cur_ma u:object_r:bluetooth_config_prop:s0 exact int
|
||||
bluetooth.profile.asha.central u:object_r:bluetooth_config_prop:s0 exact bool
|
||||
|
||||
persist.nfc.debug_enabled u:object_r:nfc_prop:s0 exact bool
|
||||
|
||||
persist.radio.multisim.config u:object_r:radio_control_prop:s0 exact string
|
||||
|
|
|
@ -101,6 +101,7 @@ allow domain property_info:file r_file_perms;
|
|||
# Public readable properties
|
||||
get_prop(domain, aaudio_config_prop)
|
||||
get_prop(domain, arm64_memtag_prop)
|
||||
get_prop(domain, bluetooth_config_prop)
|
||||
get_prop(domain, bootloader_prop)
|
||||
get_prop(domain, build_odm_prop)
|
||||
get_prop(domain, build_prop)
|
||||
|
|
|
@ -121,6 +121,7 @@ system_vendor_config_prop(aaudio_config_prop)
|
|||
system_vendor_config_prop(apk_verity_prop)
|
||||
system_vendor_config_prop(audio_config_prop)
|
||||
system_vendor_config_prop(bootanim_config_prop)
|
||||
system_vendor_config_prop(bluetooth_config_prop)
|
||||
system_vendor_config_prop(build_config_prop)
|
||||
system_vendor_config_prop(build_odm_prop)
|
||||
system_vendor_config_prop(build_vendor_prop)
|
||||
|
|
|
@ -219,6 +219,7 @@ allow vendor_init self:capability sys_nice;
|
|||
set_prop(vendor_init, apk_verity_prop)
|
||||
set_prop(vendor_init, bluetooth_a2dp_offload_prop)
|
||||
set_prop(vendor_init, bluetooth_audio_hal_prop)
|
||||
set_prop(vendor_init, bluetooth_config_prop)
|
||||
set_prop(vendor_init, camera2_extensions_prop)
|
||||
set_prop(vendor_init, camerax_extensions_prop)
|
||||
set_prop(vendor_init, cpu_variant_prop)
|
||||
|
|
Loading…
Reference in a new issue