summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/security/audit/audit_syscalls.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/security/audit/audit_syscalls.c b/sys/security/audit/audit_syscalls.c
index 1059a50..6c12f16 100644
--- a/sys/security/audit/audit_syscalls.c
+++ b/sys/security/audit/audit_syscalls.c
@@ -193,9 +193,6 @@ auditon(struct thread *td, struct auditon_args *uap)
}
/*
- * XXX Need to implement these commands by accessing the global
- * values associated with the commands.
- *
* XXXAUDIT: Locking?
*/
switch (uap->cmd) {
@@ -549,8 +546,6 @@ setaudit_addr(struct thread *td, struct setaudit_addr_args *uap)
/*
* MPSAFE
* Syscall to manage audit files.
- *
- * XXX: Should generate an audit event.
*/
/* ARGSUSED */
int
OpenPOWER on IntegriCloud