Skip to content
Snippets Groups Projects
Commit f93fa3bb authored by Calin Juravle's avatar Calin Juravle Committed by android-build-merger
Browse files

Allow system server to getattr profile_data_files am: acbda504 am: 2b20a162

am: 3ae7cb5e

Change-Id: Iae2592b8e857b610ca605a4aba82614056c17503
parents 9c311073 3ae7cb5e
Branches
No related tags found
No related merge requests found
...@@ -729,7 +729,7 @@ with_asan(` ...@@ -729,7 +729,7 @@ with_asan(`
# System server never reads the actual content. It passes the descriptor to # System server never reads the actual content. It passes the descriptor to
# to privileged apps which acquire the permissions to inspect the profiles. # to privileged apps which acquire the permissions to inspect the profiles.
allow system_server user_profile_data_file:dir { search }; allow system_server user_profile_data_file:dir { search };
allow system_server user_profile_data_file:file { open read }; allow system_server user_profile_data_file:file { getattr open read };
### ###
### Neverallow rules ### Neverallow rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment