summaryrefslogtreecommitdiffstats
path: root/sepolicy/vendor/update_engine_common.te
blob: e4fab5152f8a3f93a7bf156add173971dcbdff6a (plain)
1
2
3
4
5
6
7
8
# Allow update_engine and update_engine_sideload (recovery) read/write on the
# device-specific partitions it should update.
allow update_engine_common xbl_block_device:blk_file rw_file_perms;
allow update_engine_common ab_block_device:blk_file rw_file_perms;
allow update_engine_common modem_block_device:blk_file rw_file_perms;

allow update_engine_common postinstall_mnt_dir:dir r_dir_perms;
allow update_engine_common tmpfs:lnk_file r_file_perms;