Merge "Remove execmod from camera" into mnc-dev
diff --git a/sepolicy/camera.te b/sepolicy/camera.te
index 77cb8ef..956f92f 100644
--- a/sepolicy/camera.te
+++ b/sepolicy/camera.te
@@ -5,8 +5,6 @@
 # Started by init
 init_daemon_domain(camera)
 
-allow camera system_file:file execmod;
-
 # Interact with other media devices
 allow camera camera_device:dir search;
 allow camera { gpu_device video_device camera_device }:chr_file rw_file_perms;