Add execmem to camera domain.

Removed from domain so we need to add it back to individual domains
as required.

Change-Id: I902ac6f8cf2e93d46b3a976bc4dabefa3905fce6
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
diff --git a/sepolicy/camera.te b/sepolicy/camera.te
index a74b1a3..dc57d01 100644
--- a/sepolicy/camera.te
+++ b/sepolicy/camera.te
@@ -5,6 +5,8 @@
 # Started by init
 init_daemon_domain(camera)
 
+allow camera self:process execmem;
+
 # Interact with other media devices
 allow camera camera_device:dir search;
 allow camera { gpu_device video_device camera_device }:chr_file rw_file_perms;