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:
Lennart Poettering 2017-02-10 03:29:33 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 1c37a73210
commit 7961116e2c

View file

@ -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"