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:
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
@ -0,0 +1,53 @@
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# Generated by autotools
|
||||
.deps
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
config.guess
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
Makefile.in
|
||||
Makefile
|
||||
!tests/data/Makefile
|
||||
missing
|
||||
compile
|
||||
libtool
|
||||
ltmain.sh
|
||||
|
||||
# Compiled executables
|
||||
*.o
|
||||
*.a
|
||||
src/evmctl
|
||||
tests/openclose
|
||||
config.h
|
||||
config.h.in
|
||||
stamp-h1
|
||||
*.spec
|
||||
|
||||
# But don't ignore the symlinks with the same names in this directory
|
||||
!tests/valgrind/*
|
||||
|
||||
# cscope/tags
|
||||
tags
|
||||
TAGS
|
||||
cscope.*
|
||||
ncscope.*
|
||||
|
||||
# Generated documentation
|
||||
*.8
|
||||
*.5
|
||||
manpage.links
|
||||
manpage.refs
|
||||
|
||||
# quilt's files
|
||||
patches
|
||||
series
|
||||
|
||||
# test output
|
||||
|
Reference in New Issue
Block a user