]> git.ipfire.org Git - thirdparty/systemd.git/commit
cryptsetup-generator: allow whitespace characters in keydev specification 10010/head
authorMichal Sekletar <msekleta@redhat.com>
Tue, 4 Sep 2018 18:03:34 +0000 (20:03 +0200)
committerMichal Sekletar <msekleta@redhat.com>
Tue, 30 Oct 2018 08:18:46 +0000 (09:18 +0100)
commit7949dfa73a44ae6524779689483d12243dfbcfdf
tree4ccc49b62cb065f140eb7124f5e166c6316b9568
parent579875bc4a59b917fa32519e3d96d56dc591ad1e
cryptsetup-generator: allow whitespace characters in keydev specification

For example, <luks.uuid>=/keyfile:LABEL="KEYFILE FS" previously wouldn't
work, because we truncated label at the first whitespace character,
i.e. LABEL="KEYFILE".
src/cryptsetup/cryptsetup-generator.c