Print this page
11037 SMB File access audit logging (reserve IDs)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/c2/audit_kevents.h
          +++ new/usr/src/uts/common/c2/audit_kevents.h
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13   * When distributing Covered Code, include this CDDL HEADER in each
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
       23 + * Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
  23   24   */
  24   25  
  25   26  #ifndef _BSM_AUDIT_KEVENTS_H
  26   27  #define _BSM_AUDIT_KEVENTS_H
  27   28  
  28   29  #ifdef  __cplusplus
  29   30  extern "C" {
  30   31  #endif
  31   32  
  32   33  /*
↓ open down ↓ 308 lines elided ↑ open up ↑
 341  342  #define AUE_LABELSYS_TNRHTP     303     /* =as tnrhtp(2) */
 342  343  #define AUE_LABELSYS_TNMLP      304     /* =as tnmlp(2) */
 343  344  #define AUE_PORTFS_ASSOCIATE    305     /* =fa portfs(2) - port associate */
 344  345  #define AUE_PORTFS_DISSOCIATE   306     /* =fa portfs(2) - port disassociate */
 345  346  #define AUE_SETSID              307     /* =pm setsid(2) */
 346  347  #define AUE_SETPGID             308     /* =pm setpgid(2) */
 347  348  #define AUE_FACCESSAT           309     /* =no obsolete */
 348  349  #define AUE_AUDITON_GETAMASK    310     /* =aa */
 349  350  #define AUE_AUDITON_SETAMASK    311     /* =as */
 350  351  #define AUE_PSECFLAGS           312     /* =pm psecflags */
      352 +#define AUE_SACL                313     /* =sa SACL auditing (reserved) */
 351  353  
 352  354  /* NOTE: update MAX_KEVENTS below if events are added. */
 353      -#define MAX_KEVENTS             312
      355 +#define MAX_KEVENTS             313
 354  356  
 355  357  #ifdef __cplusplus
 356  358  }
 357  359  #endif
 358  360  
 359  361  #endif /* _BSM_AUDIT_KEVENTS_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX