summaryrefslogtreecommitdiff
path: root/usr/src/lib/libbsm/common/adt.h
diff options
context:
space:
mode:
authorgww <none@none>2006-08-01 11:38:15 -0700
committergww <none@none>2006-08-01 11:38:15 -0700
commit26fba2a62938963148fbf6da2b1b83c93f25bab3 (patch)
treee76945b77485fa98809014f41f4f47520fec2a90 /usr/src/lib/libbsm/common/adt.h
parentc4b034952d3374cdd114e12b3990493b1b45dc32 (diff)
downloadillumos-joyent-26fba2a62938963148fbf6da2b1b83c93f25bab3.tar.gz
6450749 The +group audit policy is ignored by most userland audit records
Diffstat (limited to 'usr/src/lib/libbsm/common/adt.h')
-rw-r--r--usr/src/lib/libbsm/common/adt.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/lib/libbsm/common/adt.h b/usr/src/lib/libbsm/common/adt.h
index f9534b30b1..2efff4c475 100644
--- a/usr/src/lib/libbsm/common/adt.h
+++ b/usr/src/lib/libbsm/common/adt.h
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -22,7 +21,7 @@
/*
* adt.h
*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
* This is a contract private interface and is subject to change
@@ -76,7 +75,7 @@ typedef struct adt_termid adt_termid_t;
* flag defs for the flags argument of adt_start_session()
*/
-#define ADT_BUFFER_RECORDS 0x2 /* TSOL buffering */
+#define ADT_BUFFER_RECORDS 0x2 /* server buffering */
#define ADT_USE_PROC_DATA 0x1 /* copy audit char's from proc */
/* | all of above = ADT_FLAGS_ALL */
#define ADT_FLAGS_ALL ADT_BUFFER_RECORDS | \