mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-07-03 14:13:16 +02:00
evmctl - IMA/EVM control tool
evmctl provides signing support for IMA/EVM. Functionality includes signing of file content (IMA), file metadata (EVM), importing public keys into kernel keyring. Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
This commit is contained in:
6
tests/Makefile.am
Normal file
6
tests/Makefile.am
Normal file
@ -0,0 +1,6 @@
|
||||
pkglib_PROGRAMS = openclose
|
||||
|
||||
openclose_SOURCES = openclose.c
|
||||
|
||||
dist_pkglib_SCRIPTS = evm_enable.sh evm_genkey.sh evm_sign_all.sh sign_modules_dir.sh ima_fix_dir.sh
|
||||
|
Reference in New Issue
Block a user