Make camera enforcing.

Change-Id: I16ab36e31d6601fb2b66712dec8809354b98b8ce
Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
diff --git a/sepolicy/camera.te b/sepolicy/camera.te
index a4358d0..8734593 100644
--- a/sepolicy/camera.te
+++ b/sepolicy/camera.te
@@ -7,8 +7,6 @@
 
 allow camera self:process execmem;
 
-permissive camera;
-
 # Interact with other media devices
 allow camera camera_device:dir search;
 allow camera { gpu_device video_device camera_device }:chr_file rw_file_perms;