Blame python/semanage/semanage-node.8

Packit Service 9fb14c
.TH "semanage-node" "8" "20130617" "" ""
Packit Service 9fb14c
.SH "NAME"
Packit Service 9fb14c
.B semanage\-node \- SELinux Policy Management node mapping tool
Packit Service 9fb14c
.SH "SYNOPSIS"
Packit Service 9fb14c
.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 ]
Packit Service 9fb14c
Packit Service 9fb14c
.SH "DESCRIPTION"
Packit Service 9fb14c
semanage is used to configure certain elements of
Packit Service 9fb14c
SELinux policy without requiring modification to or recompilation
Packit Service 9fb14c
from policy sources.  semanage controls the ipaddress to node type definitions.
Packit Service 9fb14c
Packit Service 9fb14c
.SH "OPTIONS"
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I \-h, \-\-help
Packit Service 9fb14c
show this help message and exit
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-n, \-\-noheading
Packit Service 9fb14c
Do not print heading when listing the specified object type
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-N, \-\-noreload
Packit Service 9fb14c
Do not reload policy after commit
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-S STORE, \-\-store STORE
Packit Service 9fb14c
Select an alternate SELinux Policy Store to manage
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-C, \-\-locallist
Packit Service 9fb14c
List local customizations
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-a, \-\-add
Packit Service 9fb14c
Add a record of the specified object type
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-d, \-\-delete
Packit Service 9fb14c
Delete a record of the specified object type
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-m, \-\-modify
Packit Service 9fb14c
Modify a record of the specified object type
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-l, \-\-list
Packit Service 9fb14c
List records of the specified object type
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-E, \-\-extract
Packit Service 9fb14c
Extract customizable commands, for use within a transaction
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-D, \-\-deleteall
Packit Service 9fb14c
Remove all local customizations
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-M NETMASK, \-\-netmask NETMASK
Packit Service 9fb14c
Network Mask
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-t TYPE, \-\-type TYPE
Packit Service 9fb14c
SELinux type for the object
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-r RANGE, \-\-range RANGE
Packit Service 9fb14c
MLS/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.
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I   \-p PROTO, \-\-proto PROTO
Packit Service 9fb14c
Packit Service 9fb14c
Protocol for the specified port (tcp|udp) or internet protocol version for the specified node (ipv4|ipv6).