summaryrefslogtreecommitdiff
path: root/src/file/homefile.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/file/homefile.cil')
-rw-r--r--src/file/homefile.cil8
1 files changed, 7 insertions, 1 deletions
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