Skip to content
Snippets Groups Projects
Commit 977e0b1d 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 am: d95780ac

am: 06366398

* commit '06366398':
  Allow priv_apps to stat files on the system partition
parents 6130a2c6 06366398
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,10 @@ userdebug_or_eng(` ...@@ -61,6 +61,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