Merge "storage: fix vold avc denied" into main

This commit is contained in:
Treehugger Robot 2024-09-05 09:42:34 +00:00 committed by Android (Google) Code Review
commit c1cdcbaeed

View file

@ -12,4 +12,6 @@ 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 };
allow vold modem_efs_file:dir { read open ioctl };
allow vold modem_userdata_file:dir { read open ioctl };