From owner-p4-projects@FreeBSD.ORG Thu Oct 5 18:30:51 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CDA2216A417; Thu, 5 Oct 2006 18:30:50 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9705C16A412 for ; Thu, 5 Oct 2006 18:30:50 +0000 (UTC) (envelope-from ru@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DDA143D49 for ; Thu, 5 Oct 2006 18:30:50 +0000 (GMT) (envelope-from ru@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k95I5GaF000991 for ; Thu, 5 Oct 2006 18:05:16 GMT (envelope-from ru@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k95I5G5p000974 for perforce@freebsd.org; Thu, 5 Oct 2006 18:05:16 GMT (envelope-from ru@freebsd.org) Date: Thu, 5 Oct 2006 18:05:16 GMT Message-Id: <200610051805.k95I5G5p000974@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to ru@freebsd.org using -f From: Ruslan Ermilov To: Perforce Change Reviews Cc: Subject: PERFORCE change 107322 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 18:30:51 -0000 http://perforce.freebsd.org/chv.cgi?CH=107322 Change 107322 by ru@ru_edoofus on 2006/10/05 18:04:15 su(8) -> su(1) Affected files ... .. //depot/projects/trustedbsd/openbsm/man/audit_user.5#12 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/man/audit_user.5#12 (text+ko) ==== @@ -25,7 +25,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit_user.5#11 $ +.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit_user.5#12 $ .\" .Dd February 5, 2006 .Dt AUDIT_USER 5 @@ -86,9 +86,9 @@ The audit identifier is set as part of the user credential context as part of login, and typically does not change as a result of running setuid or setgid applications, such as -.Xr su 8 . +.Xr su 1 . This has the advantage that events that occur after running -.Xr su 8 +.Xr su 1 can be audited to the original authenticated user, as required by CAPP, but may be surprising if not expected. .Sh FILES @@ -97,11 +97,11 @@ .El .Sh SEE ALSO .Xr login 1 , +.Xr su 1 , .Xr audit 4 , .Xr audit_class 5 , .Xr audit_control 5 , -.Xr audit_event 5 , -.Xr su 8 +.Xr audit_event 5 .Sh HISTORY The OpenBSM implementation was created by McAfee Research, the security division of McAfee Inc., under contract to Apple Computer Inc.\& in 2004.