mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
Fixes: https://github.com/containers/podman/issues/24322 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
## 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"
|