seccomp_arch_exist

Check to see if an existing architecture is present in the filter @param ctx the filter context @param arch_token the architecture token, e.g. SCMP_ARCH_*

This function tests to see if a given architecture is included in the filter context. If the architecture token is SCMP_ARCH_NATIVE then the native architecture will be assumed. Returns zero if the architecture exists in the filter, -EEXIST if it is not present, and other negative values on failure.

version(Posix)
extern (C) nothrow @nogc
int
seccomp_arch_exist

Meta