Remove dbusd policy; dbusd is no more.
Change-Id: I9652284bd34d07bd47e2e7df66fcbe5db185ab3f
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
diff --git a/dbusd.te b/dbusd.te
deleted file mode 100644
index 8e9db8f..0000000
--- a/dbusd.te
+++ /dev/null
@@ -1,7 +0,0 @@
-# dbus daemon
-type dbusd, domain;
-permissive dbusd;
-type dbusd_exec, exec_type, file_type;
-
-init_daemon_domain(dbusd)
-unconfined_domain(dbusd)
diff --git a/file.te b/file.te
index 94779ff..a9729cb 100644
--- a/file.te
+++ b/file.te
@@ -86,7 +86,6 @@
# Socket types
type adbd_socket, file_type;
type bluetooth_socket, file_type;
-type dbus_socket, file_type;
type dnsproxyd_socket, file_type, mlstrustedobject;
type gps_socket, file_type;
type installd_socket, file_type;
diff --git a/file_contexts b/file_contexts
index a3762a2..3fe7d3f 100644
--- a/file_contexts
+++ b/file_contexts
@@ -82,8 +82,6 @@
/dev/socket u:object_r:socket_device:s0
/dev/socket/adbd u:object_r:adbd_socket:s0
/dev/socket/bluetooth u:object_r:bluetooth_socket:s0
-/dev/socket/dbus_bluetooth u:object_r:bluetooth_socket:s0
-/dev/socket/dbus u:object_r:dbus_socket:s0
/dev/socket/dnsproxyd u:object_r:dnsproxyd_socket:s0
/dev/socket/installd u:object_r:installd_socket:s0
/dev/socket/keystore u:object_r:keystore_socket:s0
@@ -131,7 +129,6 @@
/system/bin/netd u:object_r:netd_exec:s0
/system/bin/rild u:object_r:rild_exec:s0
/system/bin/mediaserver u:object_r:mediaserver_exec:s0
-/system/bin/dbus-daemon u:object_r:dbusd_exec:s0
/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