Skip to content
Snippets Groups Projects
Commit 3ae7cb5e 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

Change-Id: I6105f470b8b9c03a7f091d35901c3b11269059e6
parents 34224779 2b20a162
No related branches found
No related tags found
No related merge requests found
...@@ -727,7 +727,7 @@ with_asan(` ...@@ -727,7 +727,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.
Finish editing this message first!
Please register or to comment