blob: e0b0e56c60bac75bca2966329b311737cb5677f4 [file] [log] [blame]
Dan Walsh1925e1e2013-10-11 08:34:44 -04001.TH "semanage-node" "8" "20130617" "" ""
2.SH "NAME"
Laurent Bigonville2e938332013-11-06 13:24:01 +01003.B semanage\-node \- SELinux Policy Management node mapping tool
Dan Walsh1925e1e2013-10-11 08:34:44 -04004.SH "SYNOPSIS"
Petr Lautrbach03e87ff2016-06-29 14:05:42 +02005.B semanage node [\-h] [\-n] [\-N] [\-S STORE] [ \-\-add \-M NETMASK \-p PROTOCOL \-t TYPE \-r RANGE node | \-\-delete \-M NETMASK \-p PROTOCOL node | \-\-deleteall | \-\-extract | \-\-list [\-C] | \-\-modify \-M NETMASK \-p PROTOCOL \-t TYPE \-r RANGE node ]
Dan Walsh1925e1e2013-10-11 08:34:44 -04006
7.SH "DESCRIPTION"
8semanage is used to configure certain elements of
9SELinux policy without requiring modification to or recompilation
10from policy sources. semanage controls the ipaddress to node type definitions.
11
12.SH "OPTIONS"
13.TP
14.I \-h, \-\-help
15show this help message and exit
16.TP
17.I \-n, \-\-noheading
18Do not print heading when listing the specified object type
19.TP
20.I \-N, \-\-noreload
21Do not reload policy after commit
22.TP
23.I \-S STORE, \-\-store STORE
24Select an alternate SELinux Policy Store to manage
25.TP
26.I \-C, \-\-locallist
27List local customizations
28.TP
29.I \-a, \-\-add
30Add a record of the specified object type
31.TP
32.I \-d, \-\-delete
33Delete a record of the specified object type
34.TP
35.I \-m, \-\-modify
36Modify a record of the specified object type
37.TP
38.I \-l, \-\-list
39List records of the specified object type
40.TP
41.I \-E, \-\-extract
42Extract customizable commands, for use within a transaction
43.TP
44.I \-D, \-\-deleteall
45Remove all local customizations
46.TP
47.I \-M NETMASK, \-\-netmask NETMASK
48Network Mask
49.TP
50.I \-t TYPE, \-\-type TYPE
51SELinux type for the object
52.TP
53.I \-r RANGE, \-\-range RANGE
54MLS/MCS Security Range (MLS/MCS Systems only) SELinux Range for SELinux login mapping defaults to the SELinux user record range. SELinux Range for SELinux user defaults to s0.
55.TP
56.I \-p PROTO, \-\-proto PROTO
57
58Protocol for the specified port (tcp|udp) or internet protocol version for the specified node (ipv4|ipv6).