commit a8e1e8d73853b4373ae4554be976bf827cb2dc81 from: Omar Polo date: Fri Jul 23 06:55:32 2021 UTC typo Since there was 0 reports in a month can I assume it's not actually used anywhere? commit - 21f7d2469937a5168542cc12586fb1153d5cc2f4 commit + a8e1e8d73853b4373ae4554be976bf827cb2dc81 blob - 096f9fcd4cfcf4b58830d3d8eb6755026201229f blob + 8cb94881488733f7238b83939a1e63820cbd7224 --- sandbox.c +++ 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),