blob: fe7c61bb69191f0f8c59e67b2e70cc4673259f6d [file] [log] [blame]
maxwen85c37d62016-02-26 03:45:57 +01001type mkfs, 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;