summaryrefslogtreecommitdiff
path: root/common/sepolicy/update_engine.te (plain)
blob: b59ec264eb40f350aa4c85fd5a4f3de12ad577e1
1# Allow read/write on system and boot partitions.
2allow update_engine misc_block_device:blk_file rw_file_perms;
3allow update_engine vendor_block_device:blk_file rw_file_perms;
4allow update_engine odm_block_device:blk_file rw_file_perms;
5allow update_engine system_app:binder { call };
6