MCPcopy
hub / github.com/opencontainers/runc / Error

Method Error

libcontainer/seccomp/seccomp_linux.go:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138func (e *unknownFlagError) Error() string {
139 return "seccomp flag " + string(e.flag) + " is not known to runc"
140}
141
142func setFlag(filter *libseccomp.ScmpFilter, flag specs.LinuxSeccompFlag) error {
143 switch flag {

Calls

no outgoing calls