add boot_runtime_t

This commit is contained in:
Chris PeBenito 2005-04-16 17:18:34 +00:00
parent b4cd153394
commit 70dcf798e9

View File

@ -10,6 +10,9 @@ domain_make_entrypoint_file(bootloader_t,bootloader_exec_t)
type boot_t; type boot_t;
files_make_file(boot_t) files_make_file(boot_t)
type boot_runtime_t;
files_make_file(boot_runtime_t)
# #
# bootloader_etc_t is the configuration file, # bootloader_etc_t is the configuration file,
# grub.conf, lilo.conf, etc. # grub.conf, lilo.conf, etc.