Print this page
11037 SMB File access audit logging (reserve IDs)
*** 18,27 ****
--- 18,28 ----
*
* 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,358 ****
#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 */
/* NOTE: update MAX_KEVENTS below if events are added. */
! #define MAX_KEVENTS 312
#ifdef __cplusplus
}
#endif
--- 347,360 ----
#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 (reserved) */
/* NOTE: update MAX_KEVENTS below if events are added. */
! #define MAX_KEVENTS 313
#ifdef __cplusplus
}
#endif