sys_linux: allow fcntl(F_SETFL) in seccomp filter
This fixes commit 76bed76289
.
This commit is contained in:
parent
a9f237a395
commit
4ceb9e4cd0
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ SYS_Linux_EnableSystemCallFilter(int level)
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
const static int fcntls[] = { F_GETFD, F_SETFD };
|
const static int fcntls[] = { F_GETFD, F_SETFD, F_SETFL };
|
||||||
|
|
||||||
const static unsigned long ioctls[] = {
|
const static unsigned long ioctls[] = {
|
||||||
FIONREAD, TCGETS,
|
FIONREAD, TCGETS,
|
||||||
|
|
Loading…
Reference in a new issue