diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-12 15:03:20 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-12 15:03:20 -0400 |
commit | 122ff59ca75a7bddc41146ce815f1b3ada066d22 (patch) | |
tree | c241d20cb36da8ea3f5c4a5052bad27f8b7850ab /src/file | |
parent | 8041c05db4a787839d859a2e197fe6ec6b140418 (diff) | |
download | selinux-policy-122ff59ca75a7bddc41146ce815f1b3ada066d22.tar.gz |
move into bootfile
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 |