Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2002 08:49:09 -0700 (PDT)
From:      "Andrew R. Reiter" <arr@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10688 for review
Message-ID:  <200205021549.g42Fn9p51564@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10688

Change 10688 by arr@arr_shibby on 2002/05/02 08:48:36

	- Have chown events use the path within the object
	  section of the audit record rather than keeping
	  another one in chown_info.

Affected files ...

... //depot/projects/trustedbsd/audit/sys/sys/audit.h#22 edit

Differences ...

==== //depot/projects/trustedbsd/audit/sys/sys/audit.h#22 (text+ko) ====

@@ -137,8 +137,8 @@
         mode_t  ci_mode;
 };
 
+/* Retrieve path from the audit record's object section */
 struct chown_info {
-        char    ci_path[MAXPATHLEN];
         gid_t   ci_gid;
         uid_t   ci_uid;
 };

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205021549.g42Fn9p51564>