Skip to content
Snippets Groups Projects
Commit b5f68f52 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "priv_app: rm redundant app_data_file r_file_perms"

parents 0c8101b2 41e3ee46
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ allow priv_app self:process ptrace; ...@@ -18,7 +18,7 @@ allow priv_app self:process ptrace;
# Some apps ship with shared libraries that they write out # Some apps ship with shared libraries that they write out
# to their sandbox directory and then dlopen(). # to their sandbox directory and then dlopen().
allow priv_app app_data_file:file { r_file_perms execute }; allow priv_app app_data_file:file execute;
allow priv_app audioserver_service:service_manager find; allow priv_app audioserver_service:service_manager find;
allow priv_app cameraserver_service:service_manager find; allow priv_app cameraserver_service:service_manager find;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment