Merge "Give hal_dumpstate_default read access to slog files" into sc-dev am: f15b8edbd1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14127725 Change-Id: I523ad11883f342ac65d868a04cbb498d6cfb4609
This commit is contained in:
commit
5d9cf2c7ee
1 changed files with 2 additions and 0 deletions
|
@ -53,9 +53,11 @@ allow hal_dumpstate_default sysfs_thermal:dir r_dir_perms;
|
|||
allow hal_dumpstate_default sysfs_thermal:file r_file_perms;
|
||||
allow hal_dumpstate_default sysfs_thermal:lnk_file read;
|
||||
|
||||
# Modem logs
|
||||
allow hal_dumpstate_default modem_efs_file:dir search;
|
||||
allow hal_dumpstate_default modem_efs_file:file r_file_perms;
|
||||
allow hal_dumpstate_default modem_stat_data_file:file r_file_perms;
|
||||
allow hal_dumpstate_default vendor_slog_file:file r_file_perms;
|
||||
|
||||
allow hal_dumpstate_default block_device:dir r_dir_perms;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue