@@ -59,7 +59,7 @@ OPTIONS
--keyid-from-cert file
read keyid value from SKID of a x509 cert file
-o, --portable generate portable EVM signatures
- -p, --pass password for encrypted signing key
+ -p, --pass password for encrypted signing key; use -p<password>
-r, --recursive recurse into directories (sign)
-t, --type file types to fix 'fxm' (f: file)
x - skip fixing if both ima and evm xattrs exist (use with caution)
@@ -2851,7 +2851,7 @@ static void usage(void)
" --keyid-from-cert file\n"
" read keyid value from SKID of a x509 cert file\n"
" -o, --portable generate portable EVM signatures\n"
- " -p, --pass password for encrypted signing key\n"
+ " -p, --pass password for encrypted signing; use -p<password>\n"
" -r, --recursive recurse into directories (sign)\n"
" -t, --type file types to fix 'fxm' (f: file)\n"
" x - skip fixing if both ima and evm xattrs exist (use with caution)\n"
Add a note describing how a password needs to be provided when -p is used. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> --- README | 2 +- src/evmctl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)