Add bluetooth_prop to system_server sepolicy.
We need to be able to access Bluetooth sysprops from
BluetoothManagerService.
Fix: 268537356
Bug: 217292806
Test: atest CtsBluetoothTestCases
Tag: #feature
Change-Id: Ia4d5d286ccf94f61bbc87e9063d22b8822806e5c
(cherry picked from commit 3b39e92bd9
)
Merged-In: Ia4d5d286ccf94f61bbc87e9063d22b8822806e5c
This commit is contained in:
parent
95f1221fc1
commit
66a07f60a1
1 changed files with 1 additions and 0 deletions
|
@ -695,6 +695,7 @@ allow system_server server_configurable_flags_data_file:file r_file_perms;
|
|||
# Property Service write
|
||||
set_prop(system_server, system_prop)
|
||||
set_prop(system_server, bootanim_system_prop)
|
||||
set_prop(system_server, bluetooth_prop)
|
||||
set_prop(system_server, exported_system_prop)
|
||||
set_prop(system_server, exported3_system_prop)
|
||||
set_prop(system_server, safemode_prop)
|
||||
|
|
Loading…
Reference in a new issue