From b803944b58cdc273bc8da9d09d9902e3ffa99904 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 15 Jan 2020 16:52:52 +0100 Subject: prog: don't add fallback coverage after prctl The same reason as with seccomp. --- executor/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 07fa8ca32..0e1ac4e39 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -21713,6 +21713,7 @@ const call_t syscalls[] = { {"mutate6", 0}, {"mutate7", 0}, {"mutate8", 0}, + {"prctl$PR_SET_SECCOMP", 0}, {"seccomp", 0}, {"serialize0", 0}, {"serialize1", 0}, -- cgit mrf-deployment