summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-08-12 10:45:45 +0000
committerrwatson <rwatson@FreeBSD.org>2009-08-12 10:45:45 +0000
commit9e874420d64710cea7d496e55e353ef958a2181d (patch)
tree7b01a0e6354300006223f44dcd1861ac71da9204 /sys/security
parent5f7fe8175c9b351c449e1f4e271b3192fc4218ef (diff)
downloadFreeBSD-src-9e874420d64710cea7d496e55e353ef958a2181d.zip
FreeBSD-src-9e874420d64710cea7d496e55e353ef958a2181d.tar.gz
Correctly audit real gids following changes to the audit record argument
interface. Approved by: re (kib)
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit.h b/sys/security/audit/audit.h
index 52bb425..f66f33a 100644
--- a/sys/security/audit/audit.h
+++ b/sys/security/audit/audit.h
@@ -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 { \
OpenPOWER on IntegriCloud