blob: dbd97b811a092f79851175291bd7308a616118f4 [file] [log] [blame]
Keith Mok520dfe02015-12-15 13:24:34 -08001type mkfs, coredomain, domain;
2type mkfs_exec, exec_type, file_type;
3
4init_daemon_domain(mkfs)
5
6# Allow formatting userdata or cache partitions
7allow mkfs block_device:dir search;
8allow mkfs userdata_block_device:blk_file rw_file_perms;
9allow mkfs cache_block_device:blk_file rw_file_perms;