am 1d435de6
: Remove bluetoothd policy; bluetoothd is no more.
* commit '1d435de685e0842e8d9902480db8b408f43911f6': Remove bluetoothd policy; bluetoothd is no more.
This commit is contained in:
commit
f8d86b8228
3 changed files with 0 additions and 10 deletions
|
@ -1,7 +0,0 @@
|
|||
# bluetoothd - bluetooth daemon
|
||||
type bluetoothd, domain;
|
||||
permissive bluetoothd;
|
||||
type bluetoothd_exec, exec_type, file_type;
|
||||
|
||||
init_daemon_domain(bluetoothd)
|
||||
unconfined_domain(bluetoothd)
|
1
file.te
1
file.te
|
@ -46,7 +46,6 @@ type shell_data_file, file_type, data_file_type;
|
|||
# /data/gps
|
||||
type gps_data_file, file_type, data_file_type;
|
||||
# /data/misc subdirectories
|
||||
type bluetoothd_data_file, file_type, data_file_type;
|
||||
type bluetooth_data_file, file_type, data_file_type;
|
||||
type keystore_data_file, file_type, data_file_type;
|
||||
type vpn_data_file, file_type, data_file_type;
|
||||
|
|
|
@ -135,7 +135,6 @@
|
|||
/system/bin/installd u:object_r:installd_exec:s0
|
||||
/system/bin/keystore u:object_r:keystore_exec:s0
|
||||
/system/bin/debuggerd u:object_r:debuggerd_exec:s0
|
||||
/system/bin/bluetoothd u:object_r:bluetoothd_exec:s0
|
||||
/system/bin/wpa_supplicant u:object_r:wpa_exec:s0
|
||||
/system/bin/qemud u:object_r:qemud_exec:s0
|
||||
/system/bin/sdcard u:object_r:sdcardd_exec:s0
|
||||
|
@ -176,7 +175,6 @@
|
|||
/data/local/tmp(/.*)? u:object_r:shell_data_file:s0
|
||||
/data/local/tmp/selinux(/.*)? u:object_r:tombstone_data_file:s0
|
||||
# Misc data
|
||||
/data/misc/bluetoothd(/.*)? u:object_r:bluetoothd_data_file:s0
|
||||
/data/misc/bluetooth(/.*)? u:object_r:bluetooth_data_file:s0
|
||||
/data/misc/bluedroid(/.*)? u:object_r:bluetooth_data_file:s0
|
||||
/data/misc/keystore(/.*)? u:object_r:keystore_data_file:s0
|
||||
|
|
Loading…
Reference in a new issue