...

Source file src/github.com/opencontainers/runc/libcontainer/seccomp/patchbpf/enosys_unsupported.go

Documentation: github.com/opencontainers/runc/libcontainer/seccomp/patchbpf

     1  //go:build !linux || !cgo || !seccomp
     2  // +build !linux !cgo !seccomp
     3  
     4  package patchbpf
     5  

View as plain text