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/cmd/auditrecord/audit_record_attr.txt
          +++ new/usr/src/cmd/auditrecord/audit_record_attr.txt
   1    1  # audit_record_attr.txt
   2    2  # Two "#" are comments that are copied to audit_record_attr
   3    3  # other comments are removed.
   4    4  ##
   5    5  ## Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
        6 +## Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
   6    7  ##
   7    8  ## CDDL HEADER START
   8    9  ##
   9   10  ## The contents of this file are subject to the terms of the
  10   11  ## Common Development and Distribution License (the "License").
  11   12  ## You may not use this file except in compliance with the License.
  12   13  ##
  13   14  ## You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  14   15  ## or http://www.opensolaris.org/os/licensing.
  15   16  ## See the License for the specific language governing permissions
↓ open down ↓ 1461 lines elided ↑ open up ↑
1477 1478    comment=from name:
1478 1479    comment=to name
1479 1480  
1480 1481  label=AUE_RFSSYS
1481 1482    skip=Not used.
1482 1483  # apparently replaced
1483 1484  
1484 1485  label=AUE_RMDIR
1485 1486    format=path:[attr]
1486 1487  
     1488 +label=AUE_SACL
     1489 +  title=File Access Audit
     1490 +  syscall=none
     1491 +  see=none
     1492 +  format=head:path:arg1:[text]2:subj
     1493 +    comment="access_mask":
     1494 +    comment="Windows SID"
     1495 +
1487 1496  label=AUE_SEMCTL
1488 1497    format=arg1:[ipc]:[ipc_perm]
1489 1498      comment=1, semaphore ID, "sem ID"
1490 1499    note=ipc_perm
1491 1500  # ipc, ipc_perm token: semctl -> ipc_lookup -> audit_ipc
1492 1501  
1493 1502  label=AUE_SEMCTL_GETALL
1494 1503    format=arg1:[ipc]:[ipc_perm]
1495 1504      comment=1, semaphore ID, "sem ID"
1496 1505    note=ipc_perm
↓ open down ↓ 910 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX