[Buildroot] [PATCH 1/1] package/ifplugd: add SELinux module

Fabrice Fontaine fontaine.fabrice at gmail.com
Mon Jul 26 08:37:40 UTC 2021


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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/ifplugd/ifplugd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ifplugd/ifplugd.mk b/package/ifplugd/ifplugd.mk
index 06b0607414..6de7f17641 100644
--- a/package/ifplugd/ifplugd.mk
+++ b/package/ifplugd/ifplugd.mk
@@ -8,6 +8,7 @@ IFPLUGD_VERSION = 0.28
 IFPLUGD_SITE = http://0pointer.de/lennart/projects/ifplugd
 IFPLUGD_LICENSE = GPL-2.0+
 IFPLUGD_LICENSE_FILES = LICENSE
+IFPLUGD_SELINUX_MODULES = ifplugd
 IFPLUGD_AUTORECONF = YES
 
 # install-strip unconditionally overwrites $(TARGET_DIR)/etc/ifplugd/ifplugd.*
-- 
2.30.2



More information about the buildroot mailing list