summaryrefslogtreecommitdiffstats
path: root/changes-entries
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-03-15 16:26:11 +0100
committerJoe Orton <jorton@apache.org>2024-03-15 16:26:11 +0100
commit9b17700660769f8dc8136fd7ffa45c50050f49f2 (patch)
treef55e8a072f4b226a6370302ee049e0b96b644e6a /changes-entries
parentSteal a number. [skip ci] (diff)
downloadapache2-9b17700660769f8dc8136fd7ffa45c50050f49f2.tar.xz
apache2-9b17700660769f8dc8136fd7ffa45c50050f49f2.zip
mod_systemd: if SELinux is available and enabled, log the SELinux
context at startup, since this may vary when httpd is started via systemd vs being started directly. * modules/arch/unix/mod_systemd.c (systemd_post_config): Do nothing for the pre-config iteration. Log the SELinux context if available. * modules/arch/unix/config5.m4: Detect libselinux. Have at least one CI job build mod_systemd. Github: closes #422 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916344 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/systemd-selinux.patch2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/systemd-selinux.patch b/changes-entries/systemd-selinux.patch
new file mode 100644
index 0000000000..154dfbabdb
--- /dev/null
+++ b/changes-entries/systemd-selinux.patch
@@ -0,0 +1,2 @@
+ *) mod_systemd: Log the SELinux context at startup if available and
+ enabled. [Joe Orton]