storage: update sepolicy for storage suez

Bug: 206741894
Bug: 188793183
Test: boot to home
Signed-off-by: Randall Huang <huangrandall@google.com>
Change-Id: I206178e34156f0b02c4a5b743ac9467e7dafb74f
This commit is contained in:
Randall Huang 2021-11-19 16:31:09 +08:00
parent f317331d7a
commit a578c846fa
7 changed files with 16 additions and 9 deletions

View file

@ -3,7 +3,3 @@ dontaudit hal_health_default sysfs:file { getattr };
dontaudit hal_health_default sysfs:file { open };
dontaudit hal_health_default sysfs:file { read };
dontaudit hal_health_default sysfs:file { write };
dontaudit hal_health_default sysfs_scsi_devices_0000:dir { search };
dontaudit hal_health_default sysfs_scsi_devices_0000:file { getattr };
dontaudit hal_health_default sysfs_scsi_devices_0000:file { open };
dontaudit hal_health_default sysfs_scsi_devices_0000:file { read };

View file

@ -1,11 +1,6 @@
# b/207062564
dontaudit hal_power_default sysfs:file { open };
dontaudit hal_power_default sysfs:file { write };
dontaudit hal_power_default sysfs_fs_f2fs:dir { search };
dontaudit hal_power_default sysfs_fs_f2fs:file { open };
dontaudit hal_power_default sysfs_fs_f2fs:file { write };
dontaudit hal_power_default sysfs_scsi_devices_0000:file { open };
dontaudit hal_power_default sysfs_scsi_devices_0000:file { write };
dontaudit hal_power_default sysfs_vendor_sched:dir { search };
dontaudit hal_power_default sysfs_vendor_sched:file { open };
dontaudit hal_power_default sysfs_vendor_sched:file { write };