[Buildroot] [git commit branch/next] package/tpm2-abrmd: add SELinux module

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Tue Aug 3 15:51:06 UTC 2021


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

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

diff --git a/package/tpm2-abrmd/tpm2-abrmd.mk b/package/tpm2-abrmd/tpm2-abrmd.mk
index 0584ba928a..8de233008e 100644
--- a/package/tpm2-abrmd/tpm2-abrmd.mk
+++ b/package/tpm2-abrmd/tpm2-abrmd.mk
@@ -8,6 +8,7 @@ TPM2_ABRMD_VERSION = 2.3.3
 TPM2_ABRMD_SITE = https://github.com/tpm2-software/tpm2-abrmd/releases/download/$(TPM2_ABRMD_VERSION)
 TPM2_ABRMD_LICENSE = BSD-2-Clause
 TPM2_ABRMD_LICENSE_FILES = LICENSE
+TPM2_ABRMD_SELINUX_MODULES = tpm2
 TPM2_ABRMD_INSTALL_STAGING = YES
 TPM2_ABRMD_DEPENDENCIES = libglib2 tpm2-tss host-pkgconf
 TPM2_ABRMD_CONF_OPTS = \


More information about the buildroot mailing list