mute update_engine probing mnt_vendor_file

Bug: 187016910
Test: boot to home
Change-Id: I5f7141f817b543a1499ef5826177f3ac4945e857
This commit is contained in:
Adam Shih 2022-06-14 02:58:58 +00:00
parent d34b17e30e
commit 5889704eff
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +0,0 @@
# b/187016910
dontaudit update_engine mnt_vendor_file:dir search ;

View file

@ -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;