allow init to set scsi tunables

Bug: 206741894
Bug: 207062776
Test: boot to home
Signed-off-by: Randall Huang <huangrandall@google.com>
Change-Id: Iff52af62e6495e4390c7f961f11b3d8702b09ef9
This commit is contained in:
Randall Huang 2021-11-19 15:11:45 +08:00
parent 6dc46556e3
commit f317331d7a
2 changed files with 1 additions and 2 deletions

View file

@ -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 };

View file

@ -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;