commit | b4750f036ecef40d3300d9c3ab2bf9ec51426114 | [log] [tgz] |
---|---|---|
author | Randall Huang <huangrandall@google.com> | Tue Feb 14 03:07:06 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Feb 14 03:07:06 2023 +0000 |
tree | fa97700314f2ea010183b847536b83585b2117b2 | |
parent | a91df91853aa769d6da92da1a67a282addc05171 [diff] | |
parent | 4e59f9be6e0249d4288a58c33447bf73db2a7b62 [diff] |
Merge "storage: fix vold selinux error"
diff --git a/storage/sepolicy/vold.te b/storage/sepolicy/vold.te new file mode 100644 index 0000000..1d743b5 --- /dev/null +++ b/storage/sepolicy/vold.te
@@ -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 ;