forked from firecracker-microvm/firecracker
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seccomp: allow madvise(DONT_NEED) on all threads
This is a system call used on the vmm thread by the balloon device. It was also called by the musl toolchain for some workloads. When the per-thread triage of the allowlist was performed, the syscall was allowed only on the vmm thread. We are however unsure of the calling thread, since we do not have any test to reproduce it. Adding it an all thread categories, to be sure we're not adding a regression. Signed-off-by: alindima <alindima@amazon.com>
- Loading branch information
Showing
2 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters