veritysetup: remove double escaping of data device + hash device spec
authorLennart Poettering <lennart@poettering.net>
Thu, 1 Jun 2023 17:15:10 +0000 (19:15 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 1 Jun 2023 17:15:10 +0000 (19:15 +0200)
commit45e3406e23eb003b56eaf19a0979dec48aa97651
tree6085f6e266513fa91e983e491ca01236d03107ba
parentdeb60ef92e47e35d8124ae8e03deaa914701b9b4
veritysetup: remove double escaping of data device + hash device spec

generator_write_veritysetup_service_section() already escapes the
parameters internally, doing so in the caller means double escaping,
which is a bug. Fix it.
src/veritysetup/veritysetup-generator.c