Customize seccomp profile
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 17h 7m
- Merged PRs (30d)
- 358
Description
### Main idea
As a follow-up to #3019, let's extend the functionality to enable selecting _seccomp_ profiles other than `default-profile.json`.For example, this feature could be useful if you want to block specific syscalls within a specific container, rather than allowing extra syscalls.
Of course, with the logic from #3019, modifying `default-seccomp.json` would allow blocking specific system calls.However, in this case, the changes to the seccomp profile would affect all containers.
### Alternative ideas
_No response_
### Anything else?
_No response_
JIRA Issue: BA-35
Contributor guide
Assessment
This issue has not been assessed yet.