Files
runc/libcontainer/seccomp/patchbpf/enosys_unsupported.go
T
Sebastiaan van Stijn c4bc3b080e Remove "PatchAndLoad" stub as it's not used without seccomp enabled
This function is called by `InitSeccomp`, but only when compiled
with seccomp (and cgo) enabled, so should not be needed for other
situations.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-02-01 22:01:59 +01:00

4 lines
49 B
Go

// +build !linux !cgo !seccomp
package patchbpf