summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-09-17 11:42:40 +0000
committerrwatson <rwatson@FreeBSD.org>2006-09-17 11:42:40 +0000
commit517cd09f4a2f7851dc10bb9a8376c222c06a25b1 (patch)
tree4274f982ad3faafb29fed93726f2ee945586707e /sys/security
parent87e4e476d61482973b1cfdd96799f4ab3bfb4680 (diff)
downloadFreeBSD-src-517cd09f4a2f7851dc10bb9a8376c222c06a25b1.zip
FreeBSD-src-517cd09f4a2f7851dc10bb9a8376c222c06a25b1.tar.gz
Add AUE_SYSARCH to the list of audit events during BSM conversion to prevent
a console warning. Eventually, we will capture more arguments for sysarch. Obtained from: TrustedBSD Project MFC after: 3 days
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit_bsm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c
index b61c62b..0a25605 100644
--- a/sys/security/audit/audit_bsm.c
+++ b/sys/security/audit/audit_bsm.c
@@ -1313,6 +1313,7 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
break;
case AUE_GETCWD:
+ case AUE_SYSARCH:
break;
default:
OpenPOWER on IntegriCloud