diff options
| author | Nick Kralevich <nnk@google.com> | 2015-04-02 22:50:40 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-02 22:50:40 +0000 |
| commit | 7d46e0e40b536378372a565808dd81dcee18e56a (patch) | |
| tree | e4f8057a02d867891c6a2aa2310b964bf2a8429e | |
| parent | 4d5db3b38c5bab1ddb7f6e1bc2f353a989f6e4e7 (diff) | |
| parent | 44a67097369597861830607be477bd52d4f12467 (diff) | |
am 44a67097: am 0868e46e: Merge "camera: allow loading files with text relocations from /system"
* commit '44a67097369597861830607be477bd52d4f12467':
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; |
