aboutsummaryrefslogtreecommitdiff
path: root/sandbox.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-07-23 06:55:32 +0000
committerOmar Polo <op@omarpolo.com>2021-07-23 06:55:32 +0000
commita8e1e8d73853b4373ae4554be976bf827cb2dc81 (patch)
treecf577dcab8a036abdf7999ea00fcb70bfa2de942 /sandbox.c
parent21f7d2469937a5168542cc12586fb1153d5cc2f4 (diff)
typo
Since there was 0 reports in a month can I assume it's not actually used anywhere?
Diffstat (limited to 'sandbox.c')
-rw-r--r--sandbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox.c b/sandbox.c
index 096f9fc..8cb9488 100644
--- a/sandbox.c
+++ b/sandbox.c
@@ -352,8 +352,8 @@ static struct sock_filter filter[] = {
#ifdef __NR_recvmsg
SC_ALLOW(recvmsg),
#endif
-#ifdef __NR_redav
- SC_ALLOW(redav),
+#ifdef __NR_readv
+ SC_ALLOW(readv),
#endif
#ifdef __NR_rt_sigaction
SC_ALLOW(rt_sigaction),