Searched defs:negative_action (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dexecute.c1046 uint32_t negative_action, action; local
1054 negative_action = c->syscall_errno == 0 ? SCMP_ACT_KILL : SCMP_ACT_ERRNO(c->syscall_errno);
1056 seccomp = seccomp_init(c->syscall_whitelist ? negative_action : SCMP_ACT_ALLOW);
1076 action = c->syscall_whitelist ? SCMP_ACT_ALLOW : negative_action;

Completed in 20 milliseconds