Move rmt out of permissive mode.

Change-Id: Ia6bd77b7d7369b520c723c98d80a6c9ef6f7653e
Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
diff --git a/sepolicy/rmt.te b/sepolicy/rmt.te
index fa94b80..dab70af 100644
--- a/sepolicy/rmt.te
+++ b/sepolicy/rmt.te
@@ -5,8 +5,6 @@
 # Started by init
 init_daemon_domain(rmt)
 
-permissive rmt;
-
 # Drop (user, group) to (nobody, nobody)
 allow rmt self:capability { setuid setgid };