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 _TOKTABLE_H
 #define _TOKTABLE_H
 

@@ -154,10 +156,11 @@
         TAG_ACEMASK,                    /* with ace token */
         TAG_ACEFLAGS,                   /* with ace token */
         TAG_ACETYPE,                    /* with ace token */
         TAG_ACEID,                      /* with ace token */
         TAG_USERNAME,                   /* with user token */
+        TAG_WSID,                       /* with wsid token */
         MAXTAG
 };
 
 
 /*

@@ -267,10 +270,12 @@
 extern int      process64_ex_token();
 extern int      ip_addr_ex_token();
 extern int      socket_ex_token();
 extern int      tid_token();
 
+extern int      access_mask_token();
+extern int      wsid_token();
 #ifdef __cplusplus
 }
 #endif
 
 #endif  /* _TOKTABLE_H */