diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-10 09:01:31 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-02-10 09:02:12 +0100 |
commit | 7e445a53444e253cca44c54ed5978276f1581a50 (patch) | |
tree | 25ee9c3ae10ba65881254e206f91535a1f244373 /methods/aptmethod.h | |
parent | 6a3bdfb2f0b0ce50c12e91cb1c6b1551f9c77a00 (diff) |
seccomp: Allow recvmmsg_time64() and futex_time64()
Saw those in libseccomp commit, figured should add them
too.
Diffstat (limited to 'methods/aptmethod.h')
-rw-r--r-- | methods/aptmethod.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |