diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-23 19:37:39 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-23 19:37:39 -0400 |
commit | 92141a30b8385b429a4c3d29faa3590d2ab67898 (patch) | |
tree | 6c1d31bb00ab5fd7e46d2427d2e9b3542fd0ac4a /src/file/homefile/userhomefile/meson.build | |
parent | 42905d2cdf29acece1678efb3fff805fda97a73e (diff) | |
download | selinux-policy-92141a30b8385b429a4c3d29faa3590d2ab67898.tar.gz |
create type for users tmp directories (${HOME}/tmp)
Diffstat (limited to 'src/file/homefile/userhomefile/meson.build')
-rw-r--r-- | src/file/homefile/userhomefile/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file/homefile/userhomefile/meson.build b/src/file/homefile/userhomefile/meson.build index e53e16f..cb1bb68 100644 --- a/src/file/homefile/userhomefile/meson.build +++ b/src/file/homefile/userhomefile/meson.build @@ -1 +1 @@ -modules += files('shellrcfile.cil', 'xdgfile.cil') +modules += files('shellrcfile.cil', 'userhometmpfile.cil', 'xdgfile.cil') |