Merge changes from topic "264483567"
* changes: storage: fix idle-maint avc denials. storage: remove vold tracking_denials rules
This commit is contained in:
commit
ccd8416356
2 changed files with 4 additions and 10 deletions
4
radio/vold.te
Normal file
4
radio/vold.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
allow vold modem_efs_file:dir rw_dir_perms;
|
||||||
|
allow vold modem_userdata_file:dir rw_dir_perms;
|
||||||
|
allow vold efs_block_device:blk_file { getattr };
|
||||||
|
allow vold modem_userdata_block_device:blk_file { getattr };
|
|
@ -1,10 +0,0 @@
|
||||||
# b/264831112
|
|
||||||
dontaudit vold modem_efs_file:dir { ioctl };
|
|
||||||
dontaudit vold modem_efs_file:dir { open };
|
|
||||||
dontaudit vold modem_efs_file:dir { read };
|
|
||||||
dontaudit vold modem_userdata_file:dir { ioctl };
|
|
||||||
dontaudit vold modem_userdata_file:dir { open };
|
|
||||||
dontaudit vold modem_userdata_file:dir { read };
|
|
||||||
dontaudit vold sysfs_scsi_devices_0000:file { write };
|
|
||||||
# b/264972759
|
|
||||||
dontaudit vold dumpstate:fd { use };
|
|
Loading…
Add table
Add a link
Reference in a new issue