diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-17 19:40:43 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-17 20:41:35 -0400 |
commit | 2dc17828cfe1a6744961cfb84ffec6cbe34c78de (patch) | |
tree | 20c65c9104c143bcca6388e57aeac33658c6dfc4 /src/file/meson.build | |
parent | 3b53f1ccdf2fd177410369e0dc707979d0cb902b (diff) | |
download | selinux-policy-2dc17828cfe1a6744961cfb84ffec6cbe34c78de.tar.gz |
create module for the dynamic loader
Diffstat (limited to 'src/file/meson.build')
-rw-r--r-- | src/file/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file/meson.build b/src/file/meson.build index 161f52a..c3d21ab 100644 --- a/src/file/meson.build +++ b/src/file/meson.build @@ -8,6 +8,7 @@ modules += files( 'devfile.cil', 'homefile.cil', 'hugetlbfsfile.cil', + 'ldfile.cil', 'mqueuefsfile.cil', 'runfile.cil', 'secfile.cil', |