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

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


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

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

diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index d01a557609..a5c246a54a 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -13,6 +13,7 @@ BIND_CONFIG_SCRIPTS = bind9-config isc-config.sh
 BIND_LICENSE = MPL-2.0
 BIND_LICENSE_FILES = COPYRIGHT
 BIND_CPE_ID_VENDOR = isc
+BIND_SELINUX_MODULES = bind
 # Only applies to RHEL6.x with DNSSEC validation on
 BIND_IGNORE_CVES = CVE-2017-3139
 # Library CVE and not used by bind but used by ISC DHCP


More information about the buildroot mailing list