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

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Tue Dec 14 19:21:54 UTC 2021


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

Support for gnupg2 is added by the apps/gpg module in the SELinux
refpolicy.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/gnupg2/gnupg2.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gnupg2/gnupg2.mk b/package/gnupg2/gnupg2.mk
index 32c22b8257..906b79e0ab 100644
--- a/package/gnupg2/gnupg2.mk
+++ b/package/gnupg2/gnupg2.mk
@@ -11,6 +11,7 @@ GNUPG2_LICENSE = GPL-3.0+
 GNUPG2_LICENSE_FILES = COPYING
 GNUPG2_CPE_ID_VENDOR = gnupg
 GNUPG2_CPE_ID_PRODUCT = gnupg
+GNUPG2_SELINUX_MODULES = gpg
 GNUPG2_DEPENDENCIES = zlib libgpg-error libgcrypt libassuan libksba libnpth \
 	$(if $(BR2_PACKAGE_LIBICONV),libiconv) host-pkgconf
 



More information about the buildroot mailing list