[Buildroot] [git commit] package/exim: add SELinux module

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jul 26 20:08:06 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=6aeee4007322574083533a71c2be9a74e2faed55
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Support for exim is added by the services/exim 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/exim/exim.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/exim/exim.mk b/package/exim/exim.mk
index dd39208469..bfb14dcb23 100644
--- a/package/exim/exim.mk
+++ b/package/exim/exim.mk
@@ -10,6 +10,7 @@ EXIM_SITE = https://ftp.exim.org/pub/exim/exim4
 EXIM_LICENSE = GPL-2.0+
 EXIM_LICENSE_FILES = LICENCE
 EXIM_CPE_ID_VENDOR = exim
+EXIM_SELINUX_MODULES = exim
 EXIM_DEPENDENCIES = host-berkeleydb host-pcre pcre berkeleydb host-pkgconf
 
 # Modify a variable value. It must already exist in the file, either


More information about the buildroot mailing list