diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-22 00:41:15 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-22 00:41:15 -0400 |
commit | 1441a042b614197af04e6f9984056d9a8ecb859e (patch) | |
tree | c70e07438e221acb8b81eac88cf174355ea432c7 /src/file/conffile/meson.build | |
parent | d057045b486f160b0acf2997389c5f74bd50eea2 (diff) | |
download | selinux-policy-1441a042b614197af04e6f9984056d9a8ecb859e.tar.gz |
tweak module names to make them more readable
Diffstat (limited to 'src/file/conffile/meson.build')
-rw-r--r-- | src/file/conffile/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file/conffile/meson.build b/src/file/conffile/meson.build index 09b32a5..2db0142 100644 --- a/src/file/conffile/meson.build +++ b/src/file/conffile/meson.build @@ -1 +1 @@ -modules += files('confshellexecfile.cil') +modules += files('shellexecfile.cil') |