diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-23 06:55:32 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-23 06:55:32 +0000 |
commit | a8e1e8d73853b4373ae4554be976bf827cb2dc81 (patch) | |
tree | cf577dcab8a036abdf7999ea00fcb70bfa2de942 /sandbox.c | |
parent | 21f7d2469937a5168542cc12586fb1153d5cc2f4 (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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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), |