Skip to content
Snippets Groups Projects
Commit 41e3ee46 authored by Daniel Micay's avatar Daniel Micay
Browse files

priv_app: rm redundant app_data_file r_file_perms

This is already provided in app.te via create_file_perms for
notdevfile_class_set.

Change-Id: I89ed3537fd1e167571fe259bd4804f8fcc937b95
parent 0c6a04c9
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