fix vold selinux error

Bug: 208721768
Test: boot to home
Signed-off-by: Randall Huang <huangrandall@google.com>
Change-Id: I22060550896722e9c8eab4acdaf39dbeb12026ce
This commit is contained in:
Randall Huang 2021-12-02 13:42:18 +08:00
parent b2d162fda7
commit abc92ffabe
2 changed files with 2 additions and 3 deletions

View file

@ -1,3 +0,0 @@
# b/208721768
dontaudit vold dumpstate:fd { use };
dontaudit vold dumpstate:fifo_file { write };

View file

@ -3,3 +3,5 @@ allow vold modem_userdata_file:dir rw_dir_perms;
allow vold sysfs_scsi_devices_0000:file rw_file_perms;
dontaudit vold dumpstate:fifo_file rw_file_perms;
dontaudit vold dumpstate:fd use ;