mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
seccomp: allow socket shutdown in kit process.
Change-Id: Ie11f5eb278bcba8dcf13d6f095de2ffd6d23fcb3
This commit is contained in:

committed by
Jan Holesovsky

parent
6c31b7793c
commit
071079a6a9
@ -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
|
||||
|
Reference in New Issue
Block a user