diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-20 18:15:24 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-21 17:47:14 -0400 |
commit | ebf8a5222434ed15b16b3fb8015ebedac795bb65 (patch) | |
tree | eb7bfabb72adce39bcc558857211acccdbb3cf3f /src/file/homefile/meson.build | |
parent | d423f2bca3f9161c3c9abd58898e8cc3744a0832 (diff) | |
download | selinux-policy-ebf8a5222434ed15b16b3fb8015ebedac795bb65.tar.gz |
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.
Diffstat (limited to 'src/file/homefile/meson.build')
-rw-r--r-- | src/file/homefile/meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/file/homefile/meson.build b/src/file/homefile/meson.build index 99c44c9..f319bcc 100644 --- a/src/file/homefile/meson.build +++ b/src/file/homefile/meson.build @@ -1,3 +1 @@ -modules += files('syshomefile.cil', 'userfile.cil') - -subdir('user') +modules += files('syshomefile.cil', 'userhomefile.cil') |