gvisor/runsc/fsgofer
Michael Pratt a5170fd825 Allow rt_sigreturn in runsc gofer
rt_sigreturn is required for signal handling (e.g., SIGSEGV for nil-pointer
dereference). Before this, nil-pointer dereferences cause a syscall violation
instead of a panic.

PiperOrigin-RevId: 274028767
2019-10-10 13:41:29 -07:00
..
filter Allow rt_sigreturn in runsc gofer 2019-10-10 13:41:29 -07:00
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
fsgofer.go Disallow opening of sockets if --fsgofer-host-uds=false 2019-09-26 18:16:02 -07:00
fsgofer_test.go Disallow opening of sockets if --fsgofer-host-uds=false 2019-09-26 18:16:02 -07:00
fsgofer_unsafe.go Update canonical repository. 2019-06-13 16:50:15 -07:00