summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2015-06-18 17:09:12 -0700
committerJeff Vander Stoep <jeffv@google.com>2015-06-18 17:09:12 -0700
commitaf8377171679caf16533729bef1ba771108f0b46 (patch)
treef1122887f041fc4e45fa8bcd614b53f668281ae1
parent447f58df426fdeed8bc2ec91e8b1f422a2188969 (diff)
downloadflo-af8377171679caf16533729bef1ba771108f0b46.tar.gz
Remove execmod from camera
No longer needed as text relocation has been removed. Bug: 20020312 Bug: 20013628 Change-Id: I2a9c26c4574f7a87f3bc7f70cdff9a6d422422ba
-rw-r--r--sepolicy/camera.te2
1 files changed, 0 insertions, 2 deletions
diff --git a/sepolicy/camera.te b/sepolicy/camera.te
index 4f753a3..a74b1a3 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;