Skip to content

Commit 756f1ef

Browse files
AZero13millert
authored andcommitted
Allow solaris to have its audit
1 parent 73fa90b commit 756f1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sudoers/audit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ audit_failure_int(const struct sudoers_context *ctx, char *const argv[],
7676
int ret = 0;
7777
debug_decl(audit_failure_int, SUDOERS_DEBUG_AUDIT);
7878

79-
#if defined(HAVE_BSM_AUDIT) || defined(HAVE_LINUX_AUDIT)
79+
#if defined(HAVE_BSM_AUDIT) || defined(HAVE_LINUX_AUDIT) || defined(HAVE_SOLARIS_AUDIT)
8080
if (def_log_denied && argv != NULL) {
8181
#ifdef HAVE_BSM_AUDIT
8282
if (bsm_audit_failure(ctx, argv, message) == -1)

0 commit comments

Comments
 (0)