diff options
Diffstat (limited to 'sys/openbsd/init_test.go')
| -rw-r--r-- | sys/openbsd/init_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/openbsd/init_test.go b/sys/openbsd/init_test.go index fa6ffcb94..39e93a688 100644 --- a/sys/openbsd/init_test.go +++ b/sys/openbsd/init_test.go @@ -30,6 +30,10 @@ func TestSanitizeCall(t *testing.T) { `fchflags(0x0, 0x0)`, }, { + `ioctl$BIOCSDIRFILT(0x0, 0xc0e04429, 0x0)`, + `ioctl$BIOCSDIRFILT(0x0, 0x0, 0x0)`, + }, + { // major=22, minor=232 `mknodat(0x0, 0x0, 0x0, 0x16e8)`, `mknodat(0x0, 0x0, 0x0, 0x202)`, |
