diff --git a/tracking_denials/init.te b/tracking_denials/init.te index d2dd9a08..7f2a01fe 100644 --- a/tracking_denials/init.te +++ b/tracking_denials/init.te @@ -1,5 +1,3 @@ # b/207062776 -dontaudit init sysfs_scsi_devices_0000:file { open }; -dontaudit init sysfs_scsi_devices_0000:file { write }; dontaudit init sysfs_vendor_sched:file { open }; dontaudit init sysfs_vendor_sched:file { write }; diff --git a/whitechapel_pro/init.te b/whitechapel_pro/init.te index d43a6011..cfb875f6 100644 --- a/whitechapel_pro/init.te +++ b/whitechapel_pro/init.te @@ -14,3 +14,4 @@ allow init persist_file:dir mounton; allow init modem_efs_file:dir mounton; allow init modem_userdata_file:dir mounton; allow init ram_device:blk_file w_file_perms; +allow init sysfs_scsi_devices_0000:file w_file_perms;