Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OutputProfile ¶
type OutputProfile struct { DefaultAction seccomp.Action `json:"defaultAction"` Architectures []*v1alpha1.Arch `json:"architectures,omitempty"` Syscalls []*v1alpha1.Syscall `json:"syscalls,omitempty"` Flags []*v1alpha1.Flag `json:"flags,omitempty"` }
OutputProfile represents the on-disk form of the SeccompProfile.
Click to show internal directories.
Click to hide internal directories.