sys_linux: allow fcntl(F_SETFL) in seccomp filter

This fixes commit 76bed76289.
This commit is contained in:
Miroslav Lichvar 2018-08-03 10:39:32 +02:00
parent a9f237a395
commit 4ceb9e4cd0

View file

@ -529,7 +529,7 @@ SYS_Linux_EnableSystemCallFilter(int level)
#endif
};
const static int fcntls[] = { F_GETFD, F_SETFD };
const static int fcntls[] = { F_GETFD, F_SETFD, F_SETFL };
const static unsigned long ioctls[] = {
FIONREAD, TCGETS,