summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-08-22 00:41:15 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-08-22 00:41:15 -0400
commit1441a042b614197af04e6f9984056d9a8ecb859e (patch)
treec70e07438e221acb8b81eac88cf174355ea432c7
parentd057045b486f160b0acf2997389c5f74bd50eea2 (diff)
downloadselinux-policy-1441a042b614197af04e6f9984056d9a8ecb859e.tar.gz
tweak module names to make them more readable
-rw-r--r--src/file/conffile/meson.build2
-rw-r--r--src/file/conffile/shellexecfile.cil (renamed from src/file/conffile/confshellexecfile.cil)0
-rw-r--r--src/file/homefile/userhomefile/meson.build2
-rw-r--r--src/file/homefile/userhomefile/shellrcfile.cil (renamed from src/file/homefile/userhomefile/userhomeshellrcfile.cil)0
4 files changed, 2 insertions, 2 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')
diff --git a/src/file/conffile/confshellexecfile.cil b/src/file/conffile/shellexecfile.cil
index 8c03d55..8c03d55 100644
--- a/src/file/conffile/confshellexecfile.cil
+++ b/src/file/conffile/shellexecfile.cil
diff --git a/src/file/homefile/userhomefile/meson.build b/src/file/homefile/userhomefile/meson.build
index a114a1a..f10be0b 100644
--- a/src/file/homefile/userhomefile/meson.build
+++ b/src/file/homefile/userhomefile/meson.build
@@ -1 +1 @@
-modules += files('userhomeshellrcfile.cil')
+modules += files('shellrcfile.cil')
diff --git a/src/file/homefile/userhomefile/userhomeshellrcfile.cil b/src/file/homefile/userhomefile/shellrcfile.cil
index a620ccf..a620ccf 100644
--- a/src/file/homefile/userhomefile/userhomeshellrcfile.cil
+++ b/src/file/homefile/userhomefile/shellrcfile.cil