diff options
Diffstat (limited to 'src/file')
-rw-r--r-- | src/file/bootfile.cil | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/file/bootfile.cil b/src/file/bootfile.cil index 8e8109a..319866f 100644 --- a/src/file/bootfile.cil +++ b/src/file/bootfile.cil @@ -3,7 +3,14 @@ (block boot - (blockinherit .file.boot.template)) + (blockinherit .file.boot.template) + + (filecon "/boot" dir file_context) + (filecon "/boot/.*" any file_context) + + (macro root_file_type_transition_file ((type ARG1)) + (call .root.file_type_transition + (ARG1 file dir "boot")))) (in file |