]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/setfmac/setfmac.8
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / setfmac / setfmac.8
1 .\" Copyright (c) 2002, 2004 Networks Associates Technology, Inc.
2 .\" All rights reserved.
3 .\"
4 .\" This software was developed for the FreeBSD Project by Chris
5 .\" Costello at Safeport Network Services and NAI Labs, the Security
6 .\" Research Division of Network Associates, Inc. under DARPA/SPAWAR
7 .\" contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS
8 .\" research program.
9 .\"
10 .\" Redistribution and use in source and binary forms, with or without
11 .\" modification, are permitted provided that the following conditions
12 .\" are met:
13 .\" 1. Redistributions of source code must retain the above copyright
14 .\"    notice, this list of conditions and the following disclaimer.
15 .\" 2. Redistributions in binary form must reproduce the above copyright
16 .\"    notice, this list of conditions and the following disclaimer in the
17 .\"    documentation and/or other materials provided with the distribution.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
23 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 .\" SUCH DAMAGE.
30 .\"
31 .\" $FreeBSD$
32 .Dd February 17, 2004
33 .Dt SETFMAC 8
34 .Os
35 .Sh NAME
36 .Nm setfmac
37 .Nd set MAC label for a file system object
38 .Sh SYNOPSIS
39 .Nm setfmac
40 .Op Fl hqR
41 .Ar label
42 .Ar
43 .Sh DESCRIPTION
44 The
45 .Nm setfmac
46 utility assigns the specified MAC label to the specified files.
47 The following options are available:
48 .Bl -tag -width indent
49 .It Fl R
50 Set the labels on the file hierarchies rooted in the files instead of
51 just the files themselves.
52 .It Fl h
53 If the file is a symbolic link, change the label of the link rather
54 than the file that the link points to.
55 .It Fl q
56 Do not print non-fatal warnings during execution.
57 .El
58 .Sh SEE ALSO
59 .Xr mac 3 ,
60 .Xr mac_set_file 3 ,
61 .Xr mac_set_link 3 ,
62 .Xr mac 4 ,
63 .Xr re_format 7 ,
64 .Xr getfmac 8 ,
65 .Xr setfsmac 8 ,
66 .Xr mac 9