From bb228574d78232d407b78f90faf39fff28cb6c5b 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/homefile/user/meson.build | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 src/file/homefile/user/meson.build (limited to 'src/file/homefile/user/meson.build') diff --git a/src/file/homefile/user/meson.build b/src/file/homefile/user/meson.build deleted file mode 100644 index 6236def..0000000 --- a/src/file/homefile/user/meson.build +++ /dev/null @@ -1,2 +0,0 @@ -modules += files('sshfile.cil') - -- cgit v1.2.3