mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
seccomp: add forgotten munmap() syscall to @file-system (#5291)
We added mmap() and mmap2(), but forgot munmap(). Fix that. Pointed out by @lucaswerkmeister: https://github.com/systemd/systemd/pull/4537#issuecomment-273275298
This commit is contained in:
parent
1c37a73210
commit
7961116e2c
@ -344,6 +344,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"mknodat\0"
|
||||
"mmap2\0"
|
||||
"mmap\0"
|
||||
"munmap\0"
|
||||
"newfstatat\0"
|
||||
"open\0"
|
||||
"openat\0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user