Skip to content
Snippets Groups Projects
Commit d95780ac authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by android-build-merger
Browse files

Merge "Allow priv_apps to stat files on the system partition"

am: 1d58b2fd

* commit '1d58b2fd':
  Allow priv_apps to stat files on the system partition
parents d9c22bc4 1d58b2fd
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,10 @@ userdebug_or_eng(` ...@@ -60,6 +60,10 @@ userdebug_or_eng(`
allow priv_app perfprofd_data_file:dir r_dir_perms; allow priv_app perfprofd_data_file:dir r_dir_perms;
') ')
# Allow GMS core to stat files and executables on
# the system partition
allow priv_app exec_type:file getattr;
### ###
### neverallow rules ### neverallow rules
### ###
......
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