mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-07-01 21:31:14 +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:
16
autogen.sh
Executable file
16
autogen.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# new way
|
||||
# strange, but need this for Makefile.am, because it has -I m4
|
||||
test -d m4 || mkdir m4
|
||||
autoreconf -f -i
|
||||
|
||||
# old way
|
||||
#libtoolize --automake --copy --force
|
||||
#aclocal
|
||||
#autoconf --force
|
||||
#autoheader --force
|
||||
#automake --add-missing --copy --force-missing --gnu
|
||||
|
Reference in New Issue
Block a user