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-20 22:08:42 -0400 |
commit | bb228574d78232d407b78f90faf39fff28cb6c5b (patch) | |
tree | 8221331e8f837d6d4eafa9b55f2b471f0d442f06 /src/file/homefile/meson.build | |
parent | d423f2bca3f9161c3c9abd58898e8cc3744a0832 (diff) | |
download | selinux-policy-bb228574d78232d407b78f90faf39fff28cb6c5b.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') |