summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorcsjp <csjp@FreeBSD.org>2007-04-15 17:24:41 +0000
committercsjp <csjp@FreeBSD.org>2007-04-15 17:24:41 +0000
commitb5e55a3e625a62f1197ab5bc63b321849db9c852 (patch)
treed4256dfcfbf9f21206fe4dd7ba0bb160a358e918 /sys
parent4632956a5bf1f7d4c362f825a0d8a41d7373cbcc (diff)
downloadFreeBSD-src-b5e55a3e625a62f1197ab5bc63b321849db9c852.zip
FreeBSD-src-b5e55a3e625a62f1197ab5bc63b321849db9c852.tar.gz
Add an entry for AUT_ZONENAME and the prototype for the au_to_zonename()
function that will be implemented shortly. This is being done for the openbsm import.
Diffstat (limited to 'sys')
-rw-r--r--sys/bsm/audit_record.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/bsm/audit_record.h b/sys/bsm/audit_record.h
index b10bbd7..67d0d4f 100644
--- a/sys/bsm/audit_record.h
+++ b/sys/bsm/audit_record.h
@@ -86,6 +86,7 @@
/* XXXRW: Additional X11 tokens not defined? */
#define AUT_CMD 0x51
#define AUT_EXIT 0x52
+#define AUT_ZONENAME 0x60
/* XXXRW: OpenBSM AUT_HOST 0x70? */
#define AUT_ARG64 0x71
#define AUT_RETURN64 0x72
@@ -329,6 +330,7 @@ token_t *au_to_exec_env(char **envp);
token_t *au_to_text(char *text);
token_t *au_to_kevent(struct kevent *kev);
token_t *au_to_trailer(int rec_size);
+token_t *au_to_zonename(char *zonename);
__END_DECLS
OpenPOWER on IntegriCloud