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:
parent
6dc46556e3
commit
f317331d7a
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
# b/207062776
|
# 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 { open };
|
||||||
dontaudit init sysfs_vendor_sched:file { write };
|
dontaudit init sysfs_vendor_sched:file { write };
|
||||||
|
|
|
@ -14,3 +14,4 @@ allow init persist_file:dir mounton;
|
||||||
allow init modem_efs_file:dir mounton;
|
allow init modem_efs_file:dir mounton;
|
||||||
allow init modem_userdata_file:dir mounton;
|
allow init modem_userdata_file:dir mounton;
|
||||||
allow init ram_device:blk_file w_file_perms;
|
allow init ram_device:blk_file w_file_perms;
|
||||||
|
allow init sysfs_scsi_devices_0000:file w_file_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue