diff options
author | Joe Orton <jorton@apache.org> | 2024-03-15 16:26:11 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-03-15 16:26:11 +0100 |
commit | 9b17700660769f8dc8136fd7ffa45c50050f49f2 (patch) | |
tree | f55e8a072f4b226a6370302ee049e0b96b644e6a /.github | |
parent | Steal a number. [skip ci] (diff) | |
download | apache2-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 '.github')
-rw-r--r-- | .github/workflows/linux.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5a2c6aee94..f98c9ebc39 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -246,7 +246,8 @@ jobs: TEST_INSTALL=1 TEST_MOD_TLS=1 - name: Configured w/reduced exports - config: --enable-reduced-exports --enable-maintainer-mode + config: --enable-reduced-exports --enable-maintainer-mode --enable-systemd + pkgs: libsystemd-dev env: | SKIP_TESTING=1 TEST_INSTALL=1 |