Closed Neumann-Nils closed 5 years ago
As the old demos are outdated and do not reflect the current status of the project, they should be removed. This should prevent inconsistencies.
Moreover, this pull request creates a new seccomp demo, which shows how the "docker/default" profile blocks the syscall unshare.
unshare
Before submitting this PR, please make sure:
make
make test
You also have to adapt the links to the seccomp demo at features.md and README.md
Done.
Description
As the old demos are outdated and do not reflect the current status of the project, they should be removed. This should prevent inconsistencies.
Moreover, this pull request creates a new seccomp demo, which shows how the "docker/default" profile blocks the syscall
unshare
.Checklist
Before submitting this PR, please make sure:
make
make test