Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 1 | # init is its own domain. |
2 | type init, domain, mlstrustedsubject; | ||||
3 | type init_exec, system_file_type, exec_type, file_type; | ||||
4 | type init_tmpfs, file_type; | ||||
5 | |||||
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 6 | allow init tmpfs:chr_file relabelfrom; |
7 | allow init kmsg_device:chr_file { getattr write relabelto }; | ||||
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 8 | allow init kmsg_debug_device:chr_file { open write relabelto }; |