diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-03 18:30:07 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-03 18:30:07 +0000 |
commit | 4aa1dd553a8919c61136f8ed7cc775017f628769 (patch) | |
tree | 494ebf10d6f791321b549ed217735cd4548a9cb2 /sandbox.c | |
parent | b24021d4a27ec5311490ee51b42dc2dacb18aa23 (diff) |
typo
Diffstat (limited to 'sandbox.c')
-rw-r--r-- | sandbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -369,7 +369,7 @@ static struct sock_filter filter[] = { SC_ALLOW(writev), #endif - /* disallow enything else */ + /* disallow everything else */ BPF_STMT(BPF_RET | BPF_K, SC_FAIL), }; |