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

Yann E. MORIN yann.morin.1998 at free.fr
Sun Aug 1 12:05:04 UTC 2021


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

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/rpcbind/rpcbind.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/rpcbind/rpcbind.mk b/package/rpcbind/rpcbind.mk
index 725075f962..2eee116755 100644
--- a/package/rpcbind/rpcbind.mk
+++ b/package/rpcbind/rpcbind.mk
@@ -10,6 +10,7 @@ RPCBIND_SOURCE = rpcbind-$(RPCBIND_VERSION).tar.bz2
 RPCBIND_LICENSE = BSD-3-Clause
 RPCBIND_LICENSE_FILES = COPYING
 RPCBIND_CPE_ID_VENDOR = rpcbind_project
+RPCBIND_SELINUX_MODULES = rpcbind
 
 RPCBIND_CONF_ENV += \
 	CFLAGS="$(TARGET_CFLAGS) `$(PKG_CONFIG_HOST_BINARY) --cflags libtirpc`"


More information about the buildroot mailing list