* [ima-evm-utils PATCH] Add note for how password needs to be provided when -p is used
@ 2023-11-21 18:18 Stefan Berger
0 siblings, 0 replies; only message in thread
From: Stefan Berger @ 2023-11-21 18:18 UTC (permalink / raw)
To: linux-integrity; +Cc: zohar, Stefan Berger
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(-)
diff --git a/README b/README
index 7239dda..54746ef 100644
--- a/README
+++ b/README
@@ -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)
diff --git a/src/evmctl.c b/src/evmctl.c
index 8caf9bd..2710a27 100644
--- a/src/evmctl.c
+++ b/src/evmctl.c
@@ -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"
--
2.42.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-11-21 18:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-21 18:18 [ima-evm-utils PATCH] Add note for how password needs to be provided when -p is used Stefan Berger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox