Skip to content
Snippets Groups Projects
Commit de595d58 authored by Daniel Micay's avatar Daniel Micay Committed by android-build-merger
Browse files

Merge "priv_app: rm redundant app_data_file r_file_perms"

am: b5f68f52

Change-Id: I4e6ac653b9251daa7fb3e451e98ad2528cd8e434
parents 8c892db9 b5f68f52
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