podman/pkg/systemd/generate
Paul Holzinger c3cbaa355c Make generate systemd --new robust against double curly braces
If the container create command contains an argument with double
curly braces the golang template parsing can fail since it tries
to interpret the value as variable. To fix this change the default
delimiter for the internal template to `{{{{`.

Fixes #9034

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2021-01-20 15:07:37 +01:00
..
common.go Make generate systemd --new robust against double curly braces 2021-01-20 15:07:37 +01:00
common_test.go generate systemd: quote arguments with whitespace 2020-08-19 08:32:51 +02:00
containers.go Make generate systemd --new robust against double curly braces 2021-01-20 15:07:37 +01:00
containers_test.go Make generate systemd --new robust against double curly braces 2021-01-20 15:07:37 +01:00
pods.go Make generate systemd --new robust against double curly braces 2021-01-20 15:07:37 +01:00
pods_test.go Make generate systemd --new robust against double curly braces 2021-01-20 15:07:37 +01:00