man/man8 Change SElinux to SELinux.
The below patch, changes the workd SElinux to SELinux to match the rest in the policy and outside. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
This commit is contained in:
parent
756c96b541
commit
06893adecf
|
@ -57,7 +57,7 @@ setsebool -P allow_httpd_sys_script_anon_write=1
|
|||
.EE
|
||||
|
||||
.SH BOOLEANS
|
||||
SELinux policy is customizable based on least access required. SElinux can be setup to prevent certain http scripts from working. httpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd with the tightest access possible.
|
||||
SELinux policy is customizable based on least access required. SELinux can be setup to prevent certain http scripts from working. httpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd with the tightest access possible.
|
||||
.PP
|
||||
httpd can be setup to allow cgi scripts to be executed, set httpd_enable_cgi to allow this
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ Security-Enhanced Linux secures the named server via flexible mandatory access
|
|||
control.
|
||||
.SH BOOLEANS
|
||||
SELinux policy is customizable based on least access required. So by
|
||||
default SElinux policy does not allow named to write master zone files. If you want to have named update the master zone files you need to set the named_write_master_zones boolean.
|
||||
default SELinux policy does not allow named to write master zone files. If you want to have named update the master zone files you need to set the named_write_master_zones boolean.
|
||||
.EX
|
||||
setsebool -P named_write_master_zones 1
|
||||
.EE
|
||||
|
|
|
@ -34,7 +34,7 @@ setsebool -P allow_smbd_anon_write=1
|
|||
.SH BOOLEANS
|
||||
.br
|
||||
SELinux policy is customizable based on least access required. So by
|
||||
default SElinux policy turns off SELinux sharing of home directories and
|
||||
default SELinux policy turns off SELinux sharing of home directories and
|
||||
the use of Samba shares from a remote machine as a home directory.
|
||||
.TP
|
||||
If you are setting up this machine as a Samba server and wish to share the home directories, you need to set the samba_enable_home_dirs boolean.
|
||||
|
|
Loading…
Reference in New Issue