Make qmux enforcing.

Change-Id: Ia07c7b1f251ce1070b38279ad7dc7418bcde322d
Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
diff --git a/sepolicy/qmux.te b/sepolicy/qmux.te
index c1822df..f0dfe93 100644
--- a/sepolicy/qmux.te
+++ b/sepolicy/qmux.te
@@ -5,8 +5,6 @@
 # Started by init
 init_daemon_domain(qmux)
 
-permissive qmux;
-
 # Create sockets under each /dev/socket/qmux_* directory.
 allow qmux qmuxd_socket:dir w_dir_perms;
 allow qmux qmuxd_socket:sock_file { create setattr getattr unlink };