Merge "Allow dumpstate to read the update_engine logs"
am: ebddc5993f
Change-Id: I501bc4abd87450edd2379bf69eeb0db2ecaaf10d
This commit is contained in:
commit
6210924b1a
1 changed files with 4 additions and 0 deletions
|
@ -189,6 +189,10 @@ allow dumpstate cache_recovery_file:file r_file_perms;
|
|||
allow dumpstate recovery_data_file:dir r_dir_perms;
|
||||
allow dumpstate recovery_data_file:file r_file_perms;
|
||||
|
||||
#Access /data/misc/update_engine_log
|
||||
allow dumpstate update_engine_log_data_file:dir r_dir_perms;
|
||||
allow dumpstate update_engine_log_data_file:file r_file_perms;
|
||||
|
||||
# Access /data/misc/profiles/{cur,ref}/
|
||||
userdebug_or_eng(`
|
||||
allow dumpstate user_profile_data_file:dir r_dir_perms;
|
||||
|
|
Loading…
Reference in a new issue