SCMP_ACT_LOG

Allow the syscall to be executed after the action has been logged

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

Meta