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:
parent
b2d162fda7
commit
abc92ffabe
2 changed files with 2 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
# b/208721768
|
||||
dontaudit vold dumpstate:fd { use };
|
||||
dontaudit vold dumpstate:fifo_file { write };
|
|
@ -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 ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue