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/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/file/meson.build') diff --git a/src/file/meson.build b/src/file/meson.build index c3d21ab..7ce9130 100644 --- a/src/file/meson.build +++ b/src/file/meson.build @@ -14,6 +14,7 @@ modules += files( 'secfile.cil', 'tmpfile.cil', 'tmpfsfile.cil', + 'userfile.cil', 'varfile.cil', ) @@ -26,3 +27,4 @@ subdir('runfile') subdir('tmpfile') subdir('tmpfsfile') subdir('varfile') +subdir('userfile') -- cgit v1.2.3