seccomp: also move munmap into @default syscall filter set

Follow-up for 5abede3247.
This commit is contained in:
Yu Watanabe 2020-11-24 18:47:37 +09:00 committed by Lennart Poettering
parent cfb6197bc3
commit 11b9105dfd
1 changed files with 1 additions and 1 deletions

View File

@ -322,6 +322,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
"membarrier\0"
"mmap\0"
"mmap2\0"
"munmap\0"
"nanosleep\0"
"pause\0"
"prlimit64\0"
@ -471,7 +472,6 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
"mkdirat\0"
"mknod\0"
"mknodat\0"
"munmap\0"
"newfstatat\0"
"oldfstat\0"
"oldlstat\0"