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:
TreeHugger Robot 2021-04-08 22:10:28 +00:00 committed by Automerger Merge Worker
commit 5d9cf2c7ee

View file

@ -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:file r_file_perms;
allow hal_dumpstate_default sysfs_thermal:lnk_file read; 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:dir search;
allow hal_dumpstate_default modem_efs_file:file r_file_perms; 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 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; allow hal_dumpstate_default block_device:dir r_dir_perms;