Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security_opt does not support option seccomp=unconfined #502

Open
g0dfl3sh opened this issue Jan 21, 2025 · 1 comment
Open

security_opt does not support option seccomp=unconfined #502

g0dfl3sh opened this issue Jan 21, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@g0dfl3sh
Copy link

When creating a container using the library I am not allowed to pass the seccomp=unconfined security option. We receive the following error: creating container storage: Bad label option "seccomp=unconfined", valid options 'disable' or 'user, role, level, type, filetype' followed by ':' and a value).

Is this something that can be fixed in this library or is more an issue for the podman repo?

Note that podman compose creates the container with the seccomp=unconfined security option without issues.

@inknos inknos added the bug Something isn't working label Jan 21, 2025
@inknos
Copy link
Contributor

inknos commented Jan 21, 2025

thanks for the report. I think this could be related to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants