Grant all processes the domain_deprecated attribute

Bug: 25433265
Change-Id: I749a9b3789921a38db1056b0876779d1cae5d281
diff --git a/sepolicy/kickstart.te b/sepolicy/kickstart.te
index 4ed3b2f..3cf82d0 100644
--- a/sepolicy/kickstart.te
+++ b/sepolicy/kickstart.te
@@ -1,5 +1,5 @@
 # kickstart processes and scripts (system process)
-type kickstart, domain;
+type kickstart, domain, domain_deprecated;
 type kickstart_exec, file_type, exec_type;
 
 init_daemon_domain(kickstart)
diff --git a/sepolicy/netmgrd.te b/sepolicy/netmgrd.te
index abf51e7..4b673b6 100644
--- a/sepolicy/netmgrd.te
+++ b/sepolicy/netmgrd.te
@@ -1,5 +1,5 @@
 # Network utilities (radio process)
-type netmgrd, domain;
+type netmgrd, domain, domain_deprecated;
 type netmgrd_exec, exec_type, file_type;
 
 # Started by init
diff --git a/sepolicy/qmuxd.te b/sepolicy/qmuxd.te
index f5bd30d..fb90db8 100644
--- a/sepolicy/qmuxd.te
+++ b/sepolicy/qmuxd.te
@@ -1,5 +1,5 @@
 # Qualcomm Management Interface Multiplexer
-type qmuxd, domain;
+type qmuxd, domain, domain_deprecated;
 type qmuxd_exec, exec_type, file_type;
 
 # Started by init
diff --git a/sepolicy/touch_fusion.te b/sepolicy/touch_fusion.te
index 950bf58..2652ef1 100644
--- a/sepolicy/touch_fusion.te
+++ b/sepolicy/touch_fusion.te
@@ -1,5 +1,5 @@
 # touch_fusion
-type touch_fusion, domain;
+type touch_fusion, domain, domain_deprecated;
 type touch_fusion_exec, exec_type, file_type;
 
 # Why net_admin?