Merge "storage: fix vold selinux error"

This commit is contained in:
Randall Huang 2023-02-14 03:07:06 +00:00 committed by Android (Google) Code Review
commit b4750f036e

4
storage/sepolicy/vold.te Normal file
View file

@ -0,0 +1,4 @@
allow vold sysfs_scsi_devices_0000:file rw_file_perms;
dontaudit vold dumpstate:fifo_file rw_file_perms;
dontaudit vold dumpstate:fd use ;