ifch doesn't need chmod or unlink whitelisted for seccomp-filter.
This commit is contained in:
parent
71db577ed5
commit
4b92b10f32
@ -145,8 +145,6 @@ int enforce_seccomp_ifch(void)
|
|||||||
ALLOW_SYSCALL(lseek),
|
ALLOW_SYSCALL(lseek),
|
||||||
ALLOW_SYSCALL(truncate),
|
ALLOW_SYSCALL(truncate),
|
||||||
ALLOW_SYSCALL(fcntl),
|
ALLOW_SYSCALL(fcntl),
|
||||||
ALLOW_SYSCALL(unlink),
|
|
||||||
ALLOW_SYSCALL(chmod),
|
|
||||||
|
|
||||||
ALLOW_SYSCALL(rt_sigreturn),
|
ALLOW_SYSCALL(rt_sigreturn),
|
||||||
#ifdef __NR_sigreturn
|
#ifdef __NR_sigreturn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user