Move unconfined domains out of permissive.

This change removes the permissive line from unconfined
domains. Unconfined domains can do (mostly) anything, so moving
these domains into enforcing should be a no-op.

See also: https://android-review.googlesource.com/68394

Change-Id: I4c5321f517879d84b6c8ae13691521f484cbb2d2
diff --git a/sepolicy/camera.te b/sepolicy/camera.te
index 3041c50..dce8d3f 100644
--- a/sepolicy/camera.te
+++ b/sepolicy/camera.te
@@ -5,5 +5,4 @@
 # Started by init
 init_daemon_domain(camera)
 
-permissive camera;
 unconfined_domain(camera)
diff --git a/sepolicy/netmgrd.te b/sepolicy/netmgrd.te
index 7967488..2516192 100644
--- a/sepolicy/netmgrd.te
+++ b/sepolicy/netmgrd.te
@@ -5,5 +5,4 @@
 # Started by init
 init_daemon_domain(netmgrd)
 
-permissive netmgrd;
 unconfined_domain(netmgrd)
diff --git a/sepolicy/rmt.te b/sepolicy/rmt.te
index 8cb6b17..9a8e81f 100644
--- a/sepolicy/rmt.te
+++ b/sepolicy/rmt.te
@@ -5,5 +5,4 @@
 # Started by init
 init_daemon_domain(rmt)
 
-permissive rmt;
 unconfined_domain(rmt)
diff --git a/sepolicy/sensors.te b/sepolicy/sensors.te
index 0fbcb12..c81a60f 100644
--- a/sepolicy/sensors.te
+++ b/sepolicy/sensors.te
@@ -5,5 +5,4 @@
 # Started by init
 init_daemon_domain(sensors)
 
-permissive sensors;
 unconfined_domain(sensors)