From owner-p4-projects Thu May 2 8:49:15 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0502837B41C; Thu, 2 May 2002 08:49:10 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49C1437B416 for ; Thu, 2 May 2002 08:49:09 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g42Fn9p51564 for perforce@freebsd.org; Thu, 2 May 2002 08:49:09 -0700 (PDT) (envelope-from arr@freebsd.org) Date: Thu, 2 May 2002 08:49:09 -0700 (PDT) Message-Id: <200205021549.g42Fn9p51564@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to arr@freebsd.org using -f From: "Andrew R. Reiter" Subject: PERFORCE change 10688 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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