]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/setfmac/setfsmac.8
Merge llvm-project main llvmorg-18-init-16864-g3b3ee1f53424
[FreeBSD/FreeBSD.git] / usr.sbin / setfmac / setfsmac.8
1 .\" Copyright (c) 2003, 2004 Networks Associates Technology, Inc.
2 .\" All rights reserved.
3 .\"
4 .\" This software was developed for the FreeBSD Project by Chris Costello
5 .\" at Safeport Network Services and Network Associates Labs, the
6 .\" Security Research Division of Network Associates, Inc. under
7 .\" DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
8 .\" DARPA CHATS 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 .Dd February 17, 2004
32 .Dt SETFSMAC 8
33 .Os
34 .Sh NAME
35 .Nm setfsmac
36 .Nd set MAC label for a file hierarchy
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl ehqvx
40 .Oo Fl f Ar specfile Oc ...
41 .Oo Fl s Ar specfile Oc ...
42 .Ar
43 .Sh DESCRIPTION
44 The
45 .Nm
46 utility accepts a list of specification files as input and sets the MAC
47 labels on the specified file system hierarchies.
48 Path names specified will be visited in order as given on the command
49 line, and each tree will be traversed in pre-order.
50 (Generally, it will not be very useful to use relative paths instead of
51 absolute paths.)
52 Multiple entries matching a single file will be combined and applied in
53 a single transaction.
54 .Pp
55 The following options are available:
56 .Bl -tag -width indent
57 .It Fl e
58 Treat any file systems encountered which do not support MAC labelling as
59 errors, instead of warning and skipping them.
60 .It Fl f Ar specfile
61 Apply the specifications in
62 .Ar specfile
63 to the specified paths.
64 .\" XXX
65 .Bf -emphasis
66 NOTE: Only the first entry for each file is applied;
67 all others are disregarded and silently dropped.
68 .Ef
69 Multiple
70 .Fl f
71 arguments may be specified to include multiple
72 specification files.
73 .It Fl h
74 When a symbolic link is encountered, change the label of the link rather
75 than the file the link points to.
76 .It Fl q
77 Do not print non-fatal warnings during execution.
78 .It Fl s Ar specfile
79 Apply the specifications in
80 .Ar specfile ,
81 but assume the specification format is compatible with the SELinux
82 .Ar specfile
83 format.
84 .\" XXX
85 .Bf -emphasis
86 NOTE: Only the first entry for each file is applied;
87 all others are disregarded and silently dropped.
88 .Ef
89 The prefix
90 .Dq Li sebsd/
91 will be automatically prepended to the labels in
92 .Ar specfile .
93 Labels matching
94 .Dq Li <<none>>
95 will be explicitly not relabeled.
96 This permits SEBSD to reuse existing SELinux policy specification files.
97 .It Fl v
98 Increase the degree of verbosity.
99 .It Fl x
100 Do not recurse into new file systems when traversing them.
101 .El
102 .Sh FILES
103 .Bl -tag -width ".Pa /usr/share/security/lomac-policy.contexts" -compact
104 .It Pa /usr/share/security/lomac-policy.contexts
105 Sample specfile containing LOMAC policy entries.
106 .El
107 .Sh EXAMPLES
108 See
109 .Sx FILES .
110 .Sh SEE ALSO
111 .Xr mac 3 ,
112 .Xr mac_set_file 3 ,
113 .Xr mac_set_link 3 ,
114 .Xr mac 4 ,
115 .Xr re_format 7 ,
116 .Xr getfmac 8 ,
117 .Xr setfmac 8 ,
118 .Xr mac 9
119 .Sh AUTHORS
120 This software was contributed to the
121 .Fx
122 Project by Network Associates Labs,
123 the Security Research Division of Network Associates
124 Inc.
125 under DARPA/SPAWAR contract N66001-01-C-8035
126 .Pq Dq CBOSS ,
127 as part of the DARPA CHATS research program.