mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user