Open Chuxel opened 3 years ago
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.
Arhasan617@gmail.com
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.