Remove bluetoothd policy; bluetoothd is no more.
Change-Id: I153b0aa8a747d6c79839d06fc04b3923eacfa213
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
diff --git a/bluetoothd.te b/bluetoothd.te
deleted file mode 100644
index a63dfa3..0000000
--- a/bluetoothd.te
+++ /dev/null
@@ -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)
diff --git a/file.te b/file.te
index aefa9a6..94779ff 100644
--- a/file.te
+++ b/file.te
@@ -46,7 +46,6 @@
# /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;
diff --git a/file_contexts b/file_contexts
index a70ab83..a3762a2 100644
--- a/file_contexts
+++ b/file_contexts
@@ -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