diff options
author | Alberto Planas <aplanas@suse.com> | 2024-01-04 13:32:59 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-01-04 13:46:04 +0100 |
commit | 59fe7e6ef1dc6a2094f4cde34f61e4eb5bb7d864 (patch) | |
tree | 584ef039744e8f8eebab8d830ad1f5159bf5f821 /src | |
parent | Merge pull request #30725 from YHNdnzj/string-util (diff) | |
download | systemd-59fe7e6ef1dc6a2094f4cde34f61e4eb5bb7d864.tar.xz systemd-59fe7e6ef1dc6a2094f4cde34f61e4eb5bb7d864.zip |
Fix typo in verb_make_policy explanation
Signed-off-by: Alberto Planas <aplanas@suse.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/pcrlock/pcrlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcrlock/pcrlock.c b/src/pcrlock/pcrlock.c index d1bab5f59f..8841f4e76c 100644 --- a/src/pcrlock/pcrlock.c +++ b/src/pcrlock/pcrlock.c @@ -4174,7 +4174,7 @@ static int verb_make_policy(int argc, char *argv[], void *userdata) { * policies). * * Whenever we want to lock an encrypted object (for example FDE) against this policy, we'll use a - * PolicyAuthorizeNV epxression that pins the NV index in the policy, and permits access to any + * PolicyAuthorizeNV expression that pins the NV index in the policy, and permits access to any * policies matching the current NV index contents. * * We grant world-readable read access to the NV index. Write access is controlled by a PIN (which we |