Przeglądaj źródła

package/tpm2-totp: add SELinux module

Support for tpm2-totp is added by the services/tpm2 module in the
SELinux refpolicy.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fabrice Fontaine 4 lat temu
rodzic
commit
61f50fdc7d
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      package/tpm2-totp/tpm2-totp.mk

+ 1 - 0
package/tpm2-totp/tpm2-totp.mk

@@ -8,6 +8,7 @@ TPM2_TOTP_VERSION = 0.2.1
 TPM2_TOTP_SITE = https://github.com/tpm2-software/tpm2-totp/releases/download/v$(TPM2_TOTP_VERSION)
 TPM2_TOTP_LICENSE = BSD-3-Clause
 TPM2_TOTP_LICENSE_FILES = LICENSE
+TPM2_TOTP_SELINUX_MODULES = tpm2
 TPM2_TOTP_DEPENDENCIES = libqrencode tpm2-tss host-pkgconf
 TPM2_TOTP_CONF_OPTS = \
 	--disable-defaultflags \