seccomp: allow socket shutdown in kit process.

Change-Id: Ie11f5eb278bcba8dcf13d6f095de2ffd6d23fcb3
This commit is contained in:
Michael Meeks
2018-05-13 12:44:39 +01:00
committed by Jan Holesovsky
parent 6c31b7793c
commit 071079a6a9

View File

@ -133,7 +133,6 @@ bool lockdown(Type type)
KILL_SYSCALL(getitimer),
KILL_SYSCALL(setitimer),
KILL_SYSCALL(sendfile),
KILL_SYSCALL(shutdown),
KILL_SYSCALL(listen), // server sockets
KILL_SYSCALL(accept), // server sockets
#if 0