Skip to content

Commit

Permalink
Add final flag to audit log statements to prevent propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeagherix committed May 24, 2024
1 parent eb4abb3 commit 6919c33
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ log {
parser(p_tnaudit);
rewrite(r_rewrite_success);
destination(d_tnaudit_${svc.lower()});
flags(final);
};
%endif
% endfor
Expand Down Expand Up @@ -141,6 +142,7 @@ log {
rewrite(r_rewrite_sudo_accept);
rewrite(r_rewrite_sudo_common);
destination(d_tnaudit_sudo);
flags(final);
};
log {
source(s_src);
Expand All @@ -151,5 +153,6 @@ log {
rewrite(r_rewrite_sudo_reject);
rewrite(r_rewrite_sudo_common);
destination(d_tnaudit_sudo);
flags(final);
};
</%text>

0 comments on commit 6919c33

Please sign in to comment.