# Functions
ConvertStringToAction converts a string into a Seccomp rule match action.
ConvertStringToArch converts a string into a Seccomp comparison arch.
ConvertStringToOperator converts a string into a Seccomp comparison operator.
FlagSupported tells if a provided seccomp flag is supported.
InitSeccomp does nothing because seccomp is not supported.
KnownActions returns the list of the known actions.
KnownArchs returns the list of the known archs.
KnownFlags returns the list of the known filter flags.
KnownOperators returns the list of the known operations.
SupportedFlags returns the list of the supported filter flags.
Version returns major, minor, and micro.
# Constants
Enabled is true if seccomp support is compiled in.