You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Supposedly recent versions of docker only require --cap-add=SYS_PTRACE to enable ptrace-based debuggers used in definitions like Go, Rust, and C++. Being able to remove --security-opt seccomp=unconfined would improve security for the definitions, so its worth seeing if we can safely remove them from the definitions without breaking functionality.
Supposedly recent versions of docker only require --cap-add=SYS_PTRACE to enable ptrace-based debuggers used in definitions like Go, Rust, and C++. Being able to remove --security-opt seccomp=unconfined would improve security for the definitions, so its worth seeing if we can safely remove them from the definitions without breaking functionality.
Activity
arhasan499 commentedon May 29, 2022
Arhasan617@gmail.com