Since there was 0 reports in a month can I assume it's not actually
used anywhere?
This commit is contained in:
Omar Polo 2021-07-23 06:55:32 +00:00
parent 21f7d24699
commit a8e1e8d738
1 changed files with 2 additions and 2 deletions

View File

@ -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),