diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-07-04 11:46:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-07-04 23:19:48 +0200 |
commit | de70ecb328d16dedcdea4c99cf9ff9d55491f120 (patch) | |
tree | 692ee86840846e499b5b269175fbb09de571c4b4 /test/TEST-54-CREDS | |
parent | man: document where PID 1 imports credentials from (diff) | |
download | systemd-de70ecb328d16dedcdea4c99cf9ff9d55491f120.tar.xz systemd-de70ecb328d16dedcdea4c99cf9ff9d55491f120.zip |
import-creds: add support for binary credentials specified on the kernel cmdline
Diffstat (limited to 'test/TEST-54-CREDS')
-rwxr-xr-x | test/TEST-54-CREDS/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-54-CREDS/test.sh b/test/TEST-54-CREDS/test.sh index 5588242230..c0a9d7a53d 100755 --- a/test/TEST-54-CREDS/test.sh +++ b/test/TEST-54-CREDS/test.sh @@ -25,6 +25,7 @@ KERNEL_CREDS=( "systemd.set_credential=sysctl.extra:kernel.domainname=sysctltest" "systemd.set_credential=login.motd:hello" "systemd.set_credential=login.issue:welcome" + "systemd.set_credential_binary=waldi:d29vb29mZmZ3dWZmZnd1ZmYK" "rd.systemd.import_credentials=no" ) KERNEL_APPEND="${KERNEL_APPEND:-} ${KERNEL_CREDS[*]}" |