blob: a89edda03607eb63c0935b153ab6da5aae235a81 [file] [log] [blame]
Florian Mayer23173452022-01-19 15:19:20 -08001# mtectrl is a tool to request MTE (Memory Tagging Extensions) from the bootloader.
2type mtectrl_exec, system_file_type, exec_type, file_type;
3
4init_daemon_domain(mtectrl)
5
6# mtectrl communicates the request to the bootloader via the misc partition.
7allow mtectrl misc_block_device:blk_file w_file_perms;
8allow mtectrl block_device:dir r_dir_perms;
9read_fstab(mtectrl)