Merge "storage: fix idle-maint avc denials." into main
This commit is contained in:
commit
1ae1d53973
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# ufs hagc
|
||||||
allow vold sysfs_scsi_devices_0000:file rw_file_perms;
|
allow vold sysfs_scsi_devices_0000:file rw_file_perms;
|
||||||
|
|
||||||
# Access userdata_exp block device.
|
# Access userdata_exp block device.
|
||||||
|
@ -6,3 +7,7 @@ allowxperm vold userdata_exp_block_device:blk_file ioctl BLKSECDISCARD;
|
||||||
|
|
||||||
dontaudit vold dumpstate:fifo_file rw_file_perms;
|
dontaudit vold dumpstate:fifo_file rw_file_perms;
|
||||||
dontaudit vold dumpstate:fd use ;
|
dontaudit vold dumpstate:fd use ;
|
||||||
|
|
||||||
|
# fix idle-maint
|
||||||
|
allow vold efs_block_device:blk_file { getattr };
|
||||||
|
allow vold modem_userdata_block_device:blk_file { getattr };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue