allow init to set readahead_size
Bug: 185186743 Test: boot with no error found during boot Change-Id: I7c06977023a1125d0187b96103e94c355a9d17a2
This commit is contained in:
parent
06cc3ee882
commit
7e60d3a032
2 changed files with 1 additions and 8 deletions
|
@ -1,11 +1,3 @@
|
|||
# b/180963348
|
||||
dontaudit init overlayfs_file:chr_file { unlink };
|
||||
dontaudit init overlayfs_file:file { rename };
|
||||
# b/182954138
|
||||
dontaudit init vendor_file:file { execute };
|
||||
dontaudit init vendor_file:file { execute };
|
||||
dontaudit init sysfs:file { setattr };
|
||||
dontaudit init sysfs:file { setattr };
|
||||
# b/185186743
|
||||
dontaudit init sysfs_scsi_devices_0000:file { write };
|
||||
dontaudit init sysfs_scsi_devices_0000:file { write };
|
||||
|
|
1
whitechapel/vendor/google/init.te
vendored
1
whitechapel/vendor/google/init.te
vendored
|
@ -17,3 +17,4 @@ allow init modem_userdata_file:dir mounton;
|
|||
allow init ram_device:blk_file w_file_perms;
|
||||
allow init per_boot_file:file ioctl;
|
||||
allowxperm init per_boot_file:file ioctl { F2FS_IOC_SET_PIN_FILE };
|
||||
allow init sysfs_scsi_devices_0000:file w_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue