From da385be6c38c5f79b7ee6d175f855c08090d959f Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 6 Apr 2018 14:18:25 +0200 Subject: Allow restart_syscall() syscall in seccomp sandboxes Closes: #891644 --- methods/aptmethod.h | 1 + 1 file changed, 1 insertion(+) (limited to 'methods') diff --git a/methods/aptmethod.h b/methods/aptmethod.h index 10ff1b57f..cb5a30e21 100644 --- a/methods/aptmethod.h +++ b/methods/aptmethod.h @@ -227,6 +227,7 @@ protected: ALLOW(rename); ALLOW(renameat); ALLOW(renameat2); + ALLOW(restart_syscall); ALLOW(rt_sigaction); ALLOW(rt_sigpending); ALLOW(rt_sigprocmask); -- cgit v1.2.3