2022-01-20 00:19:20 +01:00
|
|
|
# mtectrl is a tool to request MTE (Memory Tagging Extensions) from the bootloader.
|
2022-01-26 00:45:17 +01:00
|
|
|
type mtectrl, domain, coredomain;
|
2022-01-20 00:19:20 +01:00
|
|
|
type mtectrl_exec, system_file_type, exec_type, file_type;
|
|
|
|
|
|
|
|
init_daemon_domain(mtectrl)
|
|
|
|
|
|
|
|
# mtectrl communicates the request to the bootloader via the misc partition.
|
|
|
|
allow mtectrl misc_block_device:blk_file w_file_perms;
|
|
|
|
allow mtectrl block_device:dir r_dir_perms;
|
|
|
|
read_fstab(mtectrl)
|