[Buildroot] [git commit branch/next] package/rng-tools: add SELinux module

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


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

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

diff --git a/package/rng-tools/rng-tools.mk b/package/rng-tools/rng-tools.mk
index 46688b2d9e..e7fb998df6 100644
--- a/package/rng-tools/rng-tools.mk
+++ b/package/rng-tools/rng-tools.mk
@@ -9,6 +9,7 @@ RNG_TOOLS_SITE = $(call github,nhorman,$(RNG_TOOLS_NAME),v$(RNG_TOOLS_VERSION))
 RNG_TOOLS_LICENSE = GPL-2.0
 RNG_TOOLS_LICENSE_FILES = COPYING
 RNG_TOOLS_CPE_ID_VENDOR = rng-tools_project
+RNG_TOOLS_SELINUX_MODULES = rngd
 
 RNG_TOOLS_DEPENDENCIES = host-pkgconf openssl
 # From git


More information about the buildroot mailing list