Drop permissive constraint from sensors policy.

Change-Id: Ia1744f0df3e797f12111965971cb5f006f9b346c
diff --git a/sepolicy/sensors.te b/sepolicy/sensors.te
index 64e9503..2d4c4d3 100644
--- a/sepolicy/sensors.te
+++ b/sepolicy/sensors.te
@@ -5,8 +5,6 @@
 # Started by init
 init_daemon_domain(sensors)
 
-permissive sensors;
-
 # Change own perms to (nobody,nobody)
 allow sensors self:capability { setuid setgid };
 # Chown /data/misc/sensors/debug/ to nobody