[Buildroot] [git commit branch/next] package/apache: add SELinux module

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Jul 21 19:07:40 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=bd91d7826e913789e0c16c2b9f49ca867735ec5d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Support for apache is added by the services/apache module in the
SELinux refpolicy.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/apache/apache.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/apache/apache.mk b/package/apache/apache.mk
index dc66cd660e..365dc9a72e 100644
--- a/package/apache/apache.mk
+++ b/package/apache/apache.mk
@@ -11,6 +11,7 @@ APACHE_LICENSE = Apache-2.0
 APACHE_LICENSE_FILES = LICENSE
 APACHE_CPE_ID_VENDOR = apache
 APACHE_CPE_ID_PRODUCT = http_server
+APACHE_SELINUX_MODULES = apache
 # Needed for mod_php
 APACHE_INSTALL_STAGING = YES
 # We have a patch touching configure.in and Makefile.in,


More information about the buildroot mailing list