diff options
| author | Nick Kralevich <nnk@google.com> | 2015-04-02 22:19:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-02 22:19:15 +0000 |
| commit | 0868e46eb43967426229d3e6214bf5677997cc3a (patch) | |
| tree | 2626deadd042fedc32902391bd8917aac8d2878b | |
| parent | 1cab44f7733b363bd0be876ba405efaf2db9cc22 (diff) | |
| parent | 54ea7766c6b2f092f11478ceb51e38d1ecd6d9c8 (diff) | |
Merge "camera: allow loading files with text relocations from /system"
| -rw-r--r-- | sepolicy/camera.te | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/camera.te b/sepolicy/camera.te index dc57d01..4f753a3 100644 --- a/sepolicy/camera.te +++ b/sepolicy/camera.te @@ -5,7 +5,7 @@ type camera_exec, exec_type, file_type; # Started by init init_daemon_domain(camera) -allow camera self:process execmem; +allow camera system_file:file execmod; # Interact with other media devices allow camera camera_device:dir search; |
