podman/pkg/systemd/generate
Paul Holzinger 5352df226b Fix podman generate systemd --new special char handling
In a systemd unit dollar and percent signs are used for variables. A backslash
is used for escape sequences. If any of these characters are used in the create
command we have to properly escape them so systemd does not try to interpret them.

Fixes #9176

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2021-02-01 14:40:12 +01:00
..
common.go Fix podman generate systemd --new special char handling 2021-02-01 14:40:12 +01:00
common_test.go Fix podman generate systemd --new special char handling 2021-02-01 14:40:12 +01:00
containers.go Fix podman generate systemd --new special char handling 2021-02-01 14:40:12 +01:00
containers_test.go Fix podman generate systemd --new special char handling 2021-02-01 14:40:12 +01:00
pods.go Fix podman generate systemd --new special char handling 2021-02-01 14:40:12 +01:00
pods_test.go Make generate systemd --new robust against double curly braces 2021-01-20 15:07:37 +01:00