From owner-p4-projects@FreeBSD.ORG Tue Nov 14 20:47:39 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 A4BC416A516; Tue, 14 Nov 2006 20:47:39 +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 5BC9016A4D1 for ; Tue, 14 Nov 2006 20:47:39 +0000 (UTC) (envelope-from millert@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A804D43F72 for ; Tue, 14 Nov 2006 20:41:46 +0000 (GMT) (envelope-from millert@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 kAEKfkwG049255 for ; Tue, 14 Nov 2006 20:41:46 GMT (envelope-from millert@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAEKfkYQ049252 for perforce@freebsd.org; Tue, 14 Nov 2006 20:41:46 GMT (envelope-from millert@freebsd.org) Date: Tue, 14 Nov 2006 20:41:46 GMT Message-Id: <200611142041.kAEKfkYQ049252@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to millert@freebsd.org using -f From: Todd Miller To: Perforce Change Reviews Cc: Subject: PERFORCE change 109991 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: Tue, 14 Nov 2006 20:47:40 -0000 http://perforce.freebsd.org/chv.cgi?CH=109991 Change 109991 by millert@millert_g5tower on 2006/11/14 20:40:50 Less bad manual page. Affected files ... .. //depot/projects/trustedbsd/sedarwin8/darwin/mac_cmds/getfmac/getfmac.8#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin8/darwin/mac_cmds/getfmac/getfmac.8#2 (text+ko) ==== @@ -1,4 +1,5 @@ .\" Copyright (c) 2002 Networks Associates Technology, Inc. +.\" Copyright (c) 2006 SPARTA, Inc. .\" All rights reserved. .\" .\" This software was developed for the FreeBSD Project by Chris @@ -42,16 +43,30 @@ .Sh SYNOPSIS .Nm .Op Fl h -.Op Fl l Ar list,of,labels +.Op Fl l Ar namespace(s) .Op Ar .Sh DESCRIPTION The .Nm utility prints the text representation of the MAC label associated with the specified files. +.Pp +The following options are available: +.Bl -tag -width indent +.It Fl h +Print label information for any symbolic links encountered, rather +than the link's target. +.It Fl l Ar namespace(s) +Print label information for the comma-separated list of label namespaces. +By default, label information is printed for the namespaces listed in +.Xr mac.conf 5 , +or the namespaces of all loaded policy modules if that file does +not exist. +.El .Sh SEE ALSO .Xr mac 3 , .Xr mac_get_file 3 , .Xr mac 4 , +.Xr mac.conf 5 , .Xr setfmac 8 , .Xr mac 9