SCMP_ACT_ALLOW

Allow the syscall to be executed

version(Posix)
extern (C) nothrow @nogc
enum SCMP_ACT_ALLOW = "7fff0000".to!uint(16);

Meta