summaryrefslogtreecommitdiffstats
path: root/sepolicy/init.te
blob: 447c7206d48d7e7de75d40b2bfa6e393a9184c87 (plain)
1
2
3
4
# Allow formatting userdata or cache partitions
allow init block_device:dir search;
allow init userdata_block_device:blk_file rw_file_perms;
allow init cache_block_device:blk_file rw_file_perms;