Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ErrSeccompNotEnabled = errors.New("seccomp: config provided but seccomp not supported")
Functions ¶
func ConvertStringToAction ¶
ConvertStringToAction converts a string into a Seccomp rule match action. Actions use the names they are assigned in Libseccomp's header, though some (notable, SCMP_ACT_TRACE) are not available in this implementation and will return errors. Attempting to convert a string that is not a valid action results in an error.
func ConvertStringToArch ¶
ConvertStringToArch converts a string into a Seccomp comparison arch.
func ConvertStringToOperator ¶
ConvertStringToOperator converts a string into a Seccomp comparison operator. Comparison operators use the names they are assigned by Libseccomp's header. Attempting to convert a string that is not a valid operator results in an error.
func InitSeccomp ¶
InitSeccomp does nothing because seccomp is not supported.
Types ¶
This section is empty.