diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-09-17 11:42:40 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-09-17 11:42:40 +0000 |
commit | 517cd09f4a2f7851dc10bb9a8376c222c06a25b1 (patch) | |
tree | 4274f982ad3faafb29fed93726f2ee945586707e | |
parent | 87e4e476d61482973b1cfdd96799f4ab3bfb4680 (diff) | |
download | FreeBSD-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
-rw-r--r-- | sys/security/audit/audit_bsm.c | 1 |
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: |