Print this page
NEX-13644 File access audit logging
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>

@@ -19,10 +19,12 @@
  * CDDL HEADER END
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
+ *
+ * Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
  */
 
 #ifndef _SYSTOKEN_H
 #define _SYSTOKEN_H
 

@@ -158,10 +160,12 @@
 extern void     subject64_ex_token(adr_t *, parse_context_t *);
 extern void     process64_ex_token(adr_t *, parse_context_t *);
 extern void     ip_addr_ex_token(adr_t *, parse_context_t *);
 extern void     socket_ex_token(adr_t *, parse_context_t *);
 extern void     tid_token(adr_t *, parse_context_t *);
+extern void     access_mask_token(parse_context_t *)
+extern void     wsid_token(parse_context_t *)
 #endif
 
 #ifdef __cplusplus
 }
 #endif