add boot_runtime_t
This commit is contained in:
parent
b4cd153394
commit
70dcf798e9
@ -10,6 +10,9 @@ domain_make_entrypoint_file(bootloader_t,bootloader_exec_t)
|
||||
type boot_t;
|
||||
files_make_file(boot_t)
|
||||
|
||||
type boot_runtime_t;
|
||||
files_make_file(boot_runtime_t)
|
||||
|
||||
#
|
||||
# bootloader_etc_t is the configuration file,
|
||||
# grub.conf, lilo.conf, etc.
|
||||
|
Loading…
Reference in New Issue
Block a user