From ebf8a5222434ed15b16b3fb8015ebedac795bb65 Mon Sep 17 00:00:00 2001 From: John Turner Date: Wed, 20 Aug 2025 18:15:24 -0400 Subject: rework how user files work Instead of assuming all user files exist under $HOME, we create a .file.user module and typeattribute. This allows user files to exist in places outside of $HOME. Also we changed filecon so that $HOME itself is user.home.file rather than home.file. --- src/file.cil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/file.cil') diff --git a/src/file.cil b/src/file.cil index c007396..3e72a5e 100644 --- a/src/file.cil +++ b/src/file.cil @@ -2,7 +2,7 @@ ;; SPDX-License-Identifier: Unlicense (block file - + (macro anon_file_type_transition ((type ARG1)(type ARG2)(class ARG3)(name ARG4)(type ARG5)) (typetransition ARG1 ARG2 ARG3 ARG4 ARG5) -- cgit v1.2.3