mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Add madvise to keymgr seccomp rules.
This commit is contained in:
parent
12909b98bb
commit
d4a78de5fc
@ -137,6 +137,9 @@ static struct sock_filter filter_keymgr[] = {
|
||||
#endif
|
||||
#if defined(SYS_mmap2)
|
||||
KORE_SYSCALL_ALLOW(mmap2),
|
||||
#endif
|
||||
#if defined(SYS_madvise)
|
||||
KORE_SYSCALL_ALLOW(madvise),
|
||||
#endif
|
||||
KORE_SYSCALL_ALLOW(munmap),
|
||||
KORE_SYSCALL_ALLOW(clock_gettime),
|
||||
|
Loading…
x
Reference in New Issue
Block a user