allow init to set readahead_size

Bug: 185186743
Test: boot with no error found during boot
Change-Id: I7c06977023a1125d0187b96103e94c355a9d17a2
This commit is contained in:
Adam Shih 2021-04-13 11:17:31 +08:00
parent 06cc3ee882
commit 7e60d3a032
2 changed files with 1 additions and 8 deletions

View file

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

View file

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