We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8339bbe commit ec12f0fCopy full SHA for ec12f0f
1 file changed
src/exec.c
@@ -385,7 +385,7 @@ direct_exec_allowed(const struct command_details *details)
385
debug_return_bool(false);
386
if (ISSET(details->flags, CD_RBAC_ENABLED|CD_SET_TIMEOUT|CD_SUDOEDIT))
387
388
- if (ISSET(details->flags, CD_INTERCEPT|CD_LOG_SUBCMDS))
+ if (ISSET(details->flags, CD_INTERCEPT|CD_LOG_SUBCMDS|CD_USE_PTRACE))
389
390
391
TAILQ_FOREACH(plugin, &audit_plugins, entries) {
0 commit comments