gvisor/runsc/fsgofer
Ayush Ranjan 10930189c3 Fix mknod and inotify syscall test
This change fixes a few things:
- creating sockets using mknod(2) is supported via vfs2
- fsgofer can create regular files via mknod(2)
- mode = 0 for mknod(2) will be interpreted as regular file in vfs2 as well

Updates #2923

PiperOrigin-RevId: 320074267
2020-07-07 15:35:01 -07:00
..
filter Fix mknod and inotify syscall test 2020-07-07 15:35:01 -07:00
BUILD Move Cleanup to its own package 2020-05-28 14:49:06 -07:00
fsgofer.go Fix mknod and inotify syscall test 2020-07-07 15:35:01 -07:00
fsgofer_amd64_unsafe.go Enable runsc/fsgofer support on arm64. 2019-10-30 05:21:36 +00:00
fsgofer_arm64_unsafe.go Enable runsc/fsgofer support on arm64. 2019-10-30 05:21:36 +00:00
fsgofer_test.go Disallow opening of sockets if --fsgofer-host-uds=false 2019-09-26 18:16:02 -07:00
fsgofer_unsafe.go Enable runsc/fsgofer support on arm64. 2019-10-30 05:21:36 +00:00