Systemd generators produce bad parameters for SecurityLabelDisable and SecurityLabelNested #23432
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
quadlet
Issue Description
The option
SecurityLabelDisable=true
will result in the podman option--security-opt label:disable
, andSecurityLabelNested=true
will result in the podman option--security-opt label:nested
.This syntax is not documented anywhere and possible will not do anything (havent tested whether the option takes effect or is ignored if used with
:
).Steps to reproduce the issue
Steps to reproduce the issue
SecurityLabelDisable=true
in the quadlet fileDescribe the results you received
The podman option
--security-opt label:disable
Describe the results you expected
The podman option
--security-opt label=disable
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: