diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-21 23:32:34 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-21 23:32:34 -0400 |
commit | d057045b486f160b0acf2997389c5f74bd50eea2 (patch) | |
tree | 3d4225875adf676db44511ee910763c6f450df37 /src/file/homefile/meson.build | |
parent | 92c4128f985dfc561b0534a93f9260863642806e (diff) | |
download | selinux-policy-d057045b486f160b0acf2997389c5f74bd50eea2.tar.gz |
add filecons for shellrc and shellexec files and dirs
Diffstat (limited to 'src/file/homefile/meson.build')
-rw-r--r-- | src/file/homefile/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file/homefile/meson.build b/src/file/homefile/meson.build index f319bcc..e1196bd 100644 --- a/src/file/homefile/meson.build +++ b/src/file/homefile/meson.build @@ -1 +1,3 @@ modules += files('syshomefile.cil', 'userhomefile.cil') + +subdir('userhomefile') |