mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-28 00:42:07 +00:00
policycoreutils: fix typos in semanage manpages
Signed-off-by: Philipp Gesang <philipp.gesang@intra2net.com>
This commit is contained in:
parent
9676142888
commit
c187f0ba43
@ -8,7 +8,7 @@
|
|||||||
semanage is used to configure certain elements of
|
semanage is used to configure certain elements of
|
||||||
SELinux policy without requiring modification to or recompilation
|
SELinux policy without requiring modification to or recompilation
|
||||||
from policy sources. semanage dontaudit toggles whether or not dontaudit rules will be in the policy. Policy writers use dontaudit rules to cause
|
from policy sources. semanage dontaudit toggles whether or not dontaudit rules will be in the policy. Policy writers use dontaudit rules to cause
|
||||||
confined applications to use alternative paths. Dontaudit rules are denied but not reported in the logs. Some times dontaudit rules can cause bugs in applications but policy writers will not relize it since the AVC is not audited. Turning off dontaudit rules with this command to see if the kernel is blocking an access.
|
confined applications to use alternative paths. Dontaudit rules are denied but not reported in the logs. Some times dontaudit rules can cause bugs in applications but policy writers will not realize it since the AVC is not audited. Turning off dontaudit rules with this command to see if the kernel is blocking an access.
|
||||||
|
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.TP
|
.TP
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
semanage is used to configure certain elements of
|
semanage is used to configure certain elements of
|
||||||
SELinux policy without requiring modification to or recompilation
|
SELinux policy without requiring modification to or recompilation
|
||||||
from policy sources. semanage import and export can be used to extract the SELinux modifications from one machine and apply them to another. You can put a hole group of semanage commands within a file and apply them to a machine in a single transaction.
|
from policy sources. semanage import and export can be used to extract the SELinux modifications from one machine and apply them to another. You can put a whole group of semanage commands within a file and apply them to a machine in a single transaction.
|
||||||
|
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.TP
|
.TP
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
semanage is used to configure certain elements of
|
semanage is used to configure certain elements of
|
||||||
SELinux policy without requiring modification to or recompilation
|
SELinux policy without requiring modification to or recompilation
|
||||||
from policy sources. semanage import and export can be used to extract the SELinux modifications from one machine and apply them to another. You can put a hole group of semanage commands within a file and apply them to a machine in a single transaction.
|
from policy sources. semanage import and export can be used to extract the SELinux modifications from one machine and apply them to another. You can put a whole group of semanage commands within a file and apply them to a machine in a single transaction.
|
||||||
|
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.TP
|
.TP
|
||||||
|
@ -52,7 +52,7 @@ MLS/MCS Security Range (MLS/MCS Systems only) SELinux Range for SELinux login ma
|
|||||||
|
|
||||||
.SH EXAMPLE
|
.SH EXAMPLE
|
||||||
.nf
|
.nf
|
||||||
list all interface defitions
|
list all interface definitions
|
||||||
# semanage interface \-l
|
# semanage interface \-l
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
|
@ -53,7 +53,7 @@ Protocol for the specified port (tcp|udp) or internet protocol version for the s
|
|||||||
|
|
||||||
.SH EXAMPLE
|
.SH EXAMPLE
|
||||||
.nf
|
.nf
|
||||||
List all port defitions
|
List all port definitions
|
||||||
# semanage port \-l
|
# semanage port \-l
|
||||||
Allow Apache to listen on tcp port 81
|
Allow Apache to listen on tcp port 81
|
||||||
# semanage port \-a \-t http_port_t \-p tcp 81
|
# semanage port \-a \-t http_port_t \-p tcp 81
|
||||||
|
Loading…
Reference in New Issue
Block a user