evmctl - IMA/EVM control tool
authorDmitry Kasatkin <dmitry.kasatkin@intel.com>
Fri, 14 Oct 2011 13:53:34 +0000 (16:53 +0300)
committerDmitry Kasatkin <dmitry.kasatkin@intel.com>
Thu, 24 Nov 2011 15:03:43 +0000 (17:03 +0200)
commit273701a5b284750412e0110ff8bd921f69839a00
tree8f2289ae70ca414605b5c89434e2191c39d7f647
parent6ec041487e30fbe3407b5abc0e08741ea7814815
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>
21 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README
acinclude.m4 [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
evm-utils.spec.in [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/evmctl.c [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/evm_enable.sh [new file with mode: 0755]
tests/evm_genkey.sh [new file with mode: 0755]
tests/evm_sign_all.sh [new file with mode: 0755]
tests/ima_fix_dir.sh [new file with mode: 0755]
tests/openclose.c [new file with mode: 0644]
tests/sign_modules_dir.sh [new file with mode: 0755]