mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correctly audit real gids following changes to the audit record argument
interface. Approved by: re (kib)
This commit is contained in:
parent
c1aee61218
commit
9eb3e4639a
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ void audit_thread_free(struct thread *td);
|
|||
|
||||
#define AUDIT_ARG_RGID(rgid) do { \
|
||||
if (AUDITING_TD(curthread)) \
|
||||
audit_arg_gid((rgid)); \
|
||||
audit_arg_rgid((rgid)); \
|
||||
} while (0)
|
||||
|
||||
#define AUDIT_ARG_RUID(ruid) do { \
|
||||
|
|
|
|||
Loading…
Reference in a new issue