This commit is contained in:
Omar Polo 2021-07-03 18:30:07 +00:00
parent b24021d4a2
commit 4aa1dd553a
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ static struct sock_filter filter[] = {
SC_ALLOW(writev), SC_ALLOW(writev),
#endif #endif
/* disallow enything else */ /* disallow everything else */
BPF_STMT(BPF_RET | BPF_K, SC_FAIL), BPF_STMT(BPF_RET | BPF_K, SC_FAIL),
}; };