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

Yann E. MORIN yann.morin.1998 at free.fr
Tue Dec 29 13:06:08 UTC 2020


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

Support for fping is added by the admin/netutils module in the SELinux
refpolicy.

Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/fping/fping.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/fping/fping.mk b/package/fping/fping.mk
index 24aca32367..0a03c1dfdc 100644
--- a/package/fping/fping.mk
+++ b/package/fping/fping.mk
@@ -8,5 +8,6 @@ FPING_VERSION = 5.0
 FPING_SITE = http://fping.org/dist
 FPING_LICENSE = BSD-like
 FPING_LICENSE_FILES = COPYING
+FPING_SELINUX_MODULES = netutils
 
 $(eval $(autotools-package))


More information about the buildroot mailing list