blob: 6b35e95b00a8318d26f21871b2dc9872d1b5459a [file] [log] [blame]
maxwen85c37d62016-02-26 03:45:57 +01001type mkfs, domain;
2type mkfs_exec, exec_type, file_type;
3
Scannof112b872018-03-28 21:44:14 +02004not_full_treble(`
5 init_daemon_domain(mkfs);
6')
maxwen85c37d62016-02-26 03:45:57 +01007
8# Allow formatting userdata or cache partitions
9allow mkfs block_device:dir search;
10allow mkfs userdata_block_device:blk_file rw_file_perms;
11allow mkfs cache_block_device:blk_file rw_file_perms;