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>

@@ -18,10 +18,11 @@
  *
  * CDDL HEADER END
  */
 /*
  * Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H
 #define _BSM_AUDIT_KEVENTS_H
 

@@ -346,13 +347,14 @@
 #define AUE_SETPGID             308     /* =pm setpgid(2) */
 #define AUE_FACCESSAT           309     /* =no obsolete */
 #define AUE_AUDITON_GETAMASK    310     /* =aa */
 #define AUE_AUDITON_SETAMASK    311     /* =as */
 #define AUE_PSECFLAGS           312     /* =pm psecflags */
+#define AUE_SACL                313     /* =sa SACL auditing */
 
 /* NOTE: update MAX_KEVENTS below if events are added. */
-#define MAX_KEVENTS             312
+#define MAX_KEVENTS             313
 
 #ifdef __cplusplus
 }
 #endif