From b3db427a04b3d5d67eb20af18539f4904b59836f Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 23 Aug 2025 20:28:03 -0400 Subject: move "home" out of misc.cil --- src/file/homefile.cil | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/file/homefile.cil') diff --git a/src/file/homefile.cil b/src/file/homefile.cil index e112a4d..6a2cec0 100644 --- a/src/file/homefile.cil +++ b/src/file/homefile.cil @@ -2,11 +2,17 @@ ;; SPDX-License-Identifier: Unlicense (block home + (macro root_file_type_transition_file ((type ARG1)) + (call .root.file_type_transition + (ARG1 file dir "home"))) (blockinherit .file.home.template) (blockinherit .file.macro_template_all_files) (blockinherit .file.macro_template_blk_files) - (blockinherit .file.macro_template_chr_files)) + (blockinherit .file.macro_template_chr_files) + + (filecon "/home" dir file_context) + (filecon "/home/.*" any file_context)) (in file -- cgit v1.2.3