Skip to content
Snippets Groups Projects
Commit 94cb11fb authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

priv_app: allow safetynet to read exec_type on /system

Bug: 27545805
Change-Id: I6281dd64c51f74b467deb7acd5cd4403696dcff2
parent f19fb0c9
No related branches found
No related tags found
No related merge requests found
...@@ -70,9 +70,8 @@ userdebug_or_eng(` ...@@ -70,9 +70,8 @@ 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 # Allow GMS core to scan executables on the system partition
# the system partition allow priv_app exec_type:file { getattr read open };
allow priv_app exec_type:file getattr;
# For AppFuse. # For AppFuse.
allow priv_app vold:fd use; allow priv_app vold:fd use;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment