seccomp_init

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Posix)
extern (C) nothrow @nogc
@SILdoc(" Initialize the filter state @param def_action the default filter action This function initializes the internal seccomp filter state and should be called before any other functions in this library to ensure the filter state is initialized. Returns a filter context on success, NULL on failure. ")
seccomp_init
()

Meta