summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2015-06-18 17:06:58 -0700
committerJeff Vander Stoep <jeffv@google.com>2015-06-18 17:06:58 -0700
commite3addb6defc96b593a5b2070c54d1aef194f916b (patch)
tree22fc9a27883ae9d143dfb8dafe60a74832f778e8
parent9baf520972ce6d985d23b5a575f8b039ff8a2472 (diff)
downloadhammerhead-e3addb6defc96b593a5b2070c54d1aef194f916b.tar.gz
Remove execmod from camera
No longer needed as text relocation has been removed. Bug: 20020312 Bug: 20013628 Change-Id: I5f20c4cbe7fbbfd79ade93890ed80dd76a3396d9
-rw-r--r--sepolicy/camera.te2
1 files changed, 0 insertions, 2 deletions
diff --git a/sepolicy/camera.te b/sepolicy/camera.te
index e97519d..1b15a70 100644
--- a/sepolicy/camera.te
+++ b/sepolicy/camera.te
@@ -5,8 +5,6 @@ type camera_exec, exec_type, file_type;
# 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;