mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Merge r196122 from head to stable/8:
Correctly audit real gids following changes to the audit record argument interface. Approved by: re (kib)
This commit is contained in:
parent
7e68640f17
commit
fa1decc4ad
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