Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Investigate removing "secomp=unconfined" from definitions that use ptrace based debuggers. #911

@Chuxel

Description

@Chuxel
Member

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

arhasan499 commented on May 29, 2022

@arhasan499

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Chuxel@arhasan499

        Issue actions

          Investigate removing "secomp=unconfined" from definitions that use ptrace based debuggers. · Issue #911 · microsoft/vscode-dev-containers