changeset 11709:23b9c3ed87a0

6901249 AUDIT_WINDATA needs review.
author Jan Friedel <Jan.Friedel@Sun.COM>
date Fri, 19 Feb 2010 16:37:45 +0100
parents b40c4fd4ae43
children 9f3aa405215b
files usr/src/cmd/auditconfig/auditconfig_impl.h usr/src/uts/common/c2/audit.h
diffstat 2 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/auditconfig/auditconfig_impl.h	Fri Feb 19 16:37:43 2010 +0100
+++ b/usr/src/cmd/auditconfig/auditconfig_impl.h	Fri Feb 19 16:37:45 2010 +0100
@@ -19,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -38,7 +38,6 @@
 			AUDIT_ARGV|\
 			AUDIT_CNT|\
 			AUDIT_GROUP|\
-			AUDIT_WINDATA|\
 			AUDIT_SEQ|\
 			AUDIT_TRAIL|\
 			AUDIT_PATH|\
--- a/usr/src/uts/common/c2/audit.h	Fri Feb 19 16:37:43 2010 +0100
+++ b/usr/src/uts/common/c2/audit.h	Fri Feb 19 16:37:45 2010 +0100
@@ -19,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -262,7 +262,6 @@
 #define	AUDIT_ARGV	0x0004	/* include argv with execv system call events */
 #define	AUDIT_ARGE	0x0008	/* include arge with execv system call events */
 #define	AUDIT_SEQ	0x0010	/* include sequence attribute */
-#define	AUDIT_WINDATA	0x0020	/* include interwindow moved data */
 #define	AUDIT_GROUP	0x0040	/* include group attribute with each record */
 #define	AUDIT_TRAIL	0x0080	/* include trailer token */
 #define	AUDIT_PATH	0x0100	/* allow multiple paths per event */
@@ -279,8 +278,7 @@
  */
 #define	AUDIT_GLOBAL	(AUDIT_AHLT | AUDIT_PERZONE)
 #define	AUDIT_LOCAL	(AUDIT_CNT | AUDIT_ARGV | AUDIT_ARGE |\
-			AUDIT_SEQ | AUDIT_WINDATA |\
-			AUDIT_GROUP | AUDIT_TRAIL | AUDIT_PATH |\
+			AUDIT_SEQ | AUDIT_GROUP | AUDIT_TRAIL | AUDIT_PATH |\
 			AUDIT_PUBLIC | AUDIT_SCNT | AUDIT_ZONENAME |\
 			AUDIT_WINDATA_DOWN | AUDIT_WINDATA_UP)