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

suggesting --security-opt seccomp:unconfined is irresponsible #220

@b-jam

Description

@b-jam

Here it is recommended to disable docker seccomp in order to run athenapdf.

According to https://docs.docker.com/engine/security/seccomp/, name_to_handle_at syscall has a good reason to be blocked, that is - Cause of an old container breakout

Rather than suggest users to allow historic vulnerabilities, it makes sense to instead refactor not to use the name_to_handle_at syscall.
libudev is the culprit here, I'm not sure where that dependency is pulled in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions