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>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/auditd_plugins/syslog/systoken.h
          +++ new/usr/src/lib/auditd_plugins/syslog/systoken.h
↓ open down ↓ 13 lines elided ↑ open up ↑
  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 2010 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
       24 + *
       25 + * Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
  24   26   */
  25   27  
  26   28  #ifndef _SYSTOKEN_H
  27   29  #define _SYSTOKEN_H
  28   30  
  29   31  #ifdef __cplusplus
  30   32  extern "C" {
  31   33  #endif
  32   34  
  33   35  #include "sysplugin.h"
↓ open down ↓ 119 lines elided ↑ open up ↑
 153  155   */
 154  156  
 155  157  extern void     header64_ex_token();
 156  158  extern void     subject32_ex_token();
 157  159  extern void     process32_ex_token();
 158  160  extern void     subject64_ex_token(adr_t *, parse_context_t *);
 159  161  extern void     process64_ex_token(adr_t *, parse_context_t *);
 160  162  extern void     ip_addr_ex_token(adr_t *, parse_context_t *);
 161  163  extern void     socket_ex_token(adr_t *, parse_context_t *);
 162  164  extern void     tid_token(adr_t *, parse_context_t *);
      165 +extern void     access_mask_token(parse_context_t *)
      166 +extern void     wsid_token(parse_context_t *)
 163  167  #endif
 164  168  
 165  169  #ifdef __cplusplus
 166  170  }
 167  171  #endif
 168  172  
 169  173  #endif  /* _SYSTOKEN_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX