xref: /aosp_15_r20/system/sepolicy/prebuilts/api/33.0/private/mtectrl.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# mtectrl is a tool to request MTE (Memory Tagging Extensions) from the bootloader.
2type mtectrl, domain, coredomain;
3type 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)
11