blob: 436dcae55f84a8de0d9ee777ae395215379aa1fb [file] [log] [blame]
Florian Mayer23173452022-01-19 15:19:20 -08001# mtectrl is a tool to request MTE (Memory Tagging Extensions) from the bootloader.
Inseob Kim3bd63cc2022-01-26 08:45:17 +09002type mtectrl, domain, coredomain;
Florian Mayer23173452022-01-19 15:19:20 -08003type mtectrl_exec, system_file_type, exec_type, file_type;
4
5init_daemon_domain(mtectrl)
6
7# mtectrl communicates the request to the bootloader via the misc partition.
8allow mtectrl misc_block_device:blk_file w_file_perms;
9allow mtectrl block_device:dir r_dir_perms;
10read_fstab(mtectrl)