spiegel_podman/test/e2e/quadlet/uid.volume
Daniel J Walsh c6be5a6684
Honor users requests in quadlet files
Fixes: https://github.com/containers/podman/issues/24322

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-11-04 15:08:26 -05:00

13 lines
317 B
Text

## assert-key-contains Service ExecStart " --opt o=uid=0,gid=11 "
## assert-key-is Service Type oneshot
## assert-key-is Service RemainAfterExit no
## assert-key-contains Service SyslogIdentifier "Modify %N"
[Volume]
# Test usernames too
User=root
Group=11
[Service]
RemainAfterExit=no
SyslogIdentifier="Modify %N"