device_google_gs101/whitechapel/vendor/google/update_engine.te
Adam Shih 5889704eff mute update_engine probing mnt_vendor_file
Bug: 187016910
Test: boot to home
Change-Id: I5f7141f817b543a1499ef5826177f3ac4945e857
2022-06-14 02:58:58 +00:00

6 lines
323 B
Text

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;