mute update_engine probing mnt_vendor_file am: 5889704eff
Original change: https://android-review.googlesource.com/c/device/google/gs101-sepolicy/+/2124912 Change-Id: I289ba5aa69251d8575f4bd65fbeb7a38c3e03886 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
203f473af5
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
# b/187016910
|
||||
dontaudit update_engine mnt_vendor_file:dir search ;
|
3
whitechapel/vendor/google/update_engine.te
vendored
3
whitechapel/vendor/google/update_engine.te
vendored
|
@ -1,3 +1,6 @@
|
|||
allow update_engine custom_ab_block_device:blk_file rw_file_perms;
|
||||
allow update_engine modem_block_device:blk_file rw_file_perms;
|
||||
allow update_engine proc_bootconfig:file r_file_perms;
|
||||
|
||||
# update_engine probe mnt_vendor_file during OTA, which is a permission not required
|
||||
dontaudit update_engine mnt_vendor_file:dir search;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue