[Request]: Support seccomp inside the container
- Dominant language
- Swift
- Stars
- 49.9k
- Forks
- 1.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 22
Description
### Feature or enhancement request details
Currently seccomp seems to be not available inside the container runtime, leading programs that use it to fail executing.
Here #1628 pacman fails to initialize a sandbox to install packages.
From experience, Podman supports this and I think Docker does as well, so it would be nice to reach feature parity.
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Research direction
Start by reproducing the pacman sandbox failure described in issue #1628 and trace how the container runtime currently handles syscall filtering. Compare the relevant behavior with Podman or Docker, then determine the runtime changes and validation needed for seccomp-using programs to execute successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- operating-systems, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100