storage: fix idle-maint avc denials.
Bug: 264483567 Test: run idle-maint run Change-Id: If4e67ce574de8be2709ebdf9ed2d09ad952ac206 Signed-off-by: Randall Huang <huangrandall@google.com>
This commit is contained in:
parent
2c859d0485
commit
938e0732dd
1 changed files with 4 additions and 0 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 };
|
Loading…
Add table
Add a link
Reference in a new issue