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/man/man4/audit_class.4
          +++ new/usr/src/man/man4/audit_class.4
   1    1  '\" te
   2    2  .\" Copyright (c) 2008, Sun Microsystems, Inc.
        3 +.\" Copyright 2018 Nexenta Systems, Inc. All rights reserved.
   3    4  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4    5  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5    6  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.TH AUDIT_CLASS 4 "Mar 6, 2017"
        7 +.TH AUDIT_CLASS 4 "Jul 10, 2018"
   7    8  .SH NAME
   8    9  audit_class \- audit class definitions
   9   10  .SH SYNOPSIS
  10   11  .LP
  11   12  .nf
  12   13  \fB/etc/security/audit_class\fR
  13   14  .fi
  14   15  
  15   16  .SH DESCRIPTION
  16   17  .LP
↓ open down ↓ 103 lines elided ↑ open up ↑
 120  121  0x00004000:ap:application
 121  122  0x000f0000:ad:old administrative (meta-class)
 122  123  0x00070000:am:administrative (meta-class)
 123  124  0x00010000:ss:change system state
 124  125  0x00020000:as:system-wide administration
 125  126  0x00040000:ua:user administration
 126  127  0x00080000:aa:audit utilization
 127  128  0x00300000:pc:process (meta-class)
 128  129  0x00100000:ps:process start/stop
 129  130  0x00200000:pm:process modify
      131 +0x02000000:sa:SACL-based File Access Auditing
 130  132  0x20000000:io:ioctl
 131  133  0x40000000:ex:exec
 132  134  0x80000000:ot:other
 133  135  0xffffffff:all:all classes (meta-class)
 134  136  .fi
 135  137  .in -2
 136  138  .sp
 137  139  
 138  140  .SH FILES
 139  141  .ne 2
↓ open down ↓ 34 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX