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

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


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

Support for mtr 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/mtr/mtr.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mtr/mtr.mk b/package/mtr/mtr.mk
index 7a4b140267..263482534e 100644
--- a/package/mtr/mtr.mk
+++ b/package/mtr/mtr.mk
@@ -11,5 +11,6 @@ MTR_CONF_OPTS = --without-gtk
 MTR_DEPENDENCIES = host-pkgconf $(if $(BR2_PACKAGE_NCURSES),ncurses)
 MTR_LICENSE = GPL-2.0
 MTR_LICENSE_FILES = COPYING
+MTR_SELINUX_MODULES = netutils
 
 $(eval $(autotools-package))


More information about the buildroot mailing list