blob: bccdb70726e5451bb9204760187d0880776ad1e1 [file] [log] [blame]
Inseob Kimff43be22021-06-07 16:56:56 +09001# init is its own domain.
2type init, domain, mlstrustedsubject;
3type init_exec, system_file_type, exec_type, file_type;
4type init_tmpfs, file_type;
5
Inseob Kimff43be22021-06-07 16:56:56 +09006allow init tmpfs:chr_file relabelfrom;
7allow init kmsg_device:chr_file { getattr write relabelto };
Inseob Kim4eb56602021-07-09 15:51:12 +09008allow init kmsg_debug_device:chr_file { open write relabelto };