Skip to content
Snippets Groups Projects
Commit 1d435de6 authored by Stephen Smalley's avatar Stephen Smalley Committed by Nick Kralevich
Browse files

Remove bluetoothd policy; bluetoothd is no more.


Change-Id: I153b0aa8a747d6c79839d06fc04b3923eacfa213
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent 8840fa7f
Branches
Tags
No related merge requests found
# bluetoothd - bluetooth daemon
type bluetoothd, domain;
permissive bluetoothd;
type bluetoothd_exec, exec_type, file_type;
init_daemon_domain(bluetoothd)
unconfined_domain(bluetoothd)
...@@ -46,7 +46,6 @@ type shell_data_file, file_type, data_file_type; ...@@ -46,7 +46,6 @@ type shell_data_file, file_type, data_file_type;
# /data/gps # /data/gps
type gps_data_file, file_type, data_file_type; type gps_data_file, file_type, data_file_type;
# /data/misc subdirectories # /data/misc subdirectories
type bluetoothd_data_file, file_type, data_file_type;
type bluetooth_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 keystore_data_file, file_type, data_file_type;
type vpn_data_file, file_type, data_file_type; type vpn_data_file, file_type, data_file_type;
......
...@@ -135,7 +135,6 @@ ...@@ -135,7 +135,6 @@
/system/bin/installd u:object_r:installd_exec:s0 /system/bin/installd u:object_r:installd_exec:s0
/system/bin/keystore u:object_r:keystore_exec:s0 /system/bin/keystore u:object_r:keystore_exec:s0
/system/bin/debuggerd u:object_r:debuggerd_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/wpa_supplicant u:object_r:wpa_exec:s0
/system/bin/qemud u:object_r:qemud_exec:s0 /system/bin/qemud u:object_r:qemud_exec:s0
/system/bin/sdcard u:object_r:sdcardd_exec:s0 /system/bin/sdcard u:object_r:sdcardd_exec:s0
...@@ -176,7 +175,6 @@ ...@@ -176,7 +175,6 @@
/data/local/tmp(/.*)? u:object_r:shell_data_file:s0 /data/local/tmp(/.*)? u:object_r:shell_data_file:s0
/data/local/tmp/selinux(/.*)? u:object_r:tombstone_data_file:s0 /data/local/tmp/selinux(/.*)? u:object_r:tombstone_data_file:s0
# Misc data # Misc data
/data/misc/bluetoothd(/.*)? u:object_r:bluetoothd_data_file:s0
/data/misc/bluetooth(/.*)? u:object_r:bluetooth_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/bluedroid(/.*)? u:object_r:bluetooth_data_file:s0
/data/misc/keystore(/.*)? u:object_r:keystore_data_file:s0 /data/misc/keystore(/.*)? u:object_r:keystore_data_file:s0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment