Merge "gmscore_app: anr_data_file permissions" am: 4bcc37904c
am: dd63f771e8
am: a8dc6b7da8
Change-Id: I640565a70d08c1bef6000c414a177b33c13ab1ab
This commit is contained in:
commit
3a2bcd2e92
2 changed files with 6 additions and 0 deletions
|
@ -129,3 +129,5 @@ allow gmscore_app ota_package_file:file create_file_perms;
|
|||
allow gmscore_app shell_data_file:file r_file_perms;
|
||||
allow gmscore_app shell_data_file:dir r_dir_perms;
|
||||
|
||||
# b/18504118: Allow reads from /data/anr/traces.txt
|
||||
allow gmscore_app anr_data_file:file r_file_perms;
|
||||
|
|
|
@ -95,6 +95,10 @@ allow priv_app { apk_tmp_file apk_private_tmp_file }:file r_file_perms;
|
|||
|
||||
# b/18504118: Allow reads from /data/anr/traces.txt
|
||||
allow priv_app anr_data_file:file r_file_perms;
|
||||
# b/142672293: No other priv-app should need this allow rule now that GMS core runs in its own domain.
|
||||
userdebug_or_eng(`
|
||||
auditallow priv_app anr_data_file:file r_file_perms;
|
||||
')
|
||||
|
||||
# For AppFuse.
|
||||
allow priv_app vold:fd use;
|
||||
|
|
Loading…
Reference in a new issue