blob: eaf9cae82b3a37d05f2a26c65624352238a4d3b1 [file] [log] [blame]
Keith Mok6bc84be2015-12-15 14:33:39 -08001# Allow formatting userdata or cache partitions
2allow init block_device:dir search;
3allow init userdata_block_device:blk_file rw_file_perms;
4allow init cache_block_device:blk_file rw_file_perms;
Steve Kondik90db8ad2016-09-29 22:31:25 -07005
6# Allow init to send class_* trigger events
7allow init property_socket:sock_file write;