From 7e445a53444e253cca44c54ed5978276f1581a50 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 10 Feb 2020 09:01:31 +0100 Subject: seccomp: Allow recvmmsg_time64() and futex_time64() Saw those in libseccomp commit, figured should add them too. --- methods/aptmethod.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'methods') diff --git a/methods/aptmethod.h b/methods/aptmethod.h index 984b6e996..1d2a84f37 100644 --- a/methods/aptmethod.h +++ b/methods/aptmethod.h @@ -169,6 +169,7 @@ protected: ALLOW(ftruncate); ALLOW(ftruncate64); ALLOW(futex); + ALLOW(futex_time64); ALLOW(futimesat); ALLOW(getegid); ALLOW(getegid32); @@ -283,6 +284,7 @@ protected: ALLOW(recv); ALLOW(recvfrom); ALLOW(recvmmsg); + ALLOW(recvmmsg_time64); ALLOW(recvmsg); ALLOW(send); ALLOW(sendmmsg); -- cgit v1.2.3