mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196122
@ -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 New Issue
Block a user