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

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Aug 1 09:37:05 UTC 2021


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

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

diff --git a/package/radvd/radvd.mk b/package/radvd/radvd.mk
index bed6367841..7a3b0a36ac 100644
--- a/package/radvd/radvd.mk
+++ b/package/radvd/radvd.mk
@@ -14,6 +14,7 @@ RADVD_CONF_ENV = \
 	ac_cv_header_linux_if_arp_h=no
 RADVD_LICENSE = BSD-4-Clause-like
 RADVD_LICENSE_FILES = COPYRIGHT
+RADVD_SELINUX_MODULES = radvd
 
 ifeq ($(BR2_TOOLCHAIN_HAS_SSP),y)
 RADVD_CONF_OPTS += --with-stack-protector


More information about the buildroot mailing list