Documentation ¶
Index ¶
Constants ¶
View Source
const ContainerImageLabel = "io.containers.seccomp.profile"
ContainerImageLabel is the key of the image annotation embedding a seccomp profile.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Policy ¶
type Policy int
Policy denotes a seccomp policy.
const ( // PolicyDefault - if set use SecurityConfig.SeccompProfilePath, // otherwise use the default profile. The SeccompProfilePath might be // explicitly set by the user. PolicyDefault Policy = iota // PolicyImage - if set use SecurityConfig.SeccompProfileFromImage, // otherwise follow SeccompPolicyDefault. PolicyImage )
func LookupPolicy ¶
LookupPolicy looks up the corresponding Policy for the specified string. If none is found, an errors is returned including the list of supported policies.
Note that an empty string resolved to SeccompPolicyDefault.
Click to show internal directories.
Click to hide internal directories.