mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Add readlinkat to seccomp whitelist.
This commit is contained in:
parent
d4a78de5fc
commit
f39919e98c
@ -90,6 +90,9 @@ static struct sock_filter filter_kore[] = {
|
||||
#if defined(SYS_readlink)
|
||||
KORE_SYSCALL_ALLOW(readlink),
|
||||
#endif
|
||||
#if defined(SYS_readlinkat)
|
||||
KORE_SYSCALL_ALLOW(readlinkat),
|
||||
#endif
|
||||
|
||||
/* Process related. */
|
||||
KORE_SYSCALL_ALLOW(exit),
|
||||
|
Loading…
x
Reference in New Issue
Block a user