From b5e55a3e625a62f1197ab5bc63b321849db9c852 Mon Sep 17 00:00:00 2001 From: csjp Date: Sun, 15 Apr 2007 17:24:41 +0000 Subject: 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. --- sys/bsm/audit_record.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/bsm') 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 -- cgit v1.1