Merge "Give hal_dumpstate_default read access to slog files" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-04-08 21:40:31 +00:00 committed by Android (Google) Code Review
commit f15b8edbd1

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;