storage: fix vold selinux error

Bug: 264483567
Test: boot to home
Change-Id: I015cf889fb84d6029aa1eb492949553f3ab528a9
Signed-off-by: Randall Huang <huangrandall@google.com>
This commit is contained in:
Randall Huang 2023-02-13 16:27:33 +08:00
parent a5ba7efd7b
commit 4e59f9be6e

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 ;