Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.

Commit

Permalink
man: Spelling fixes
Browse files Browse the repository at this point in the history
These typos have been initially reported as a GitHub Pull Request
(TresysTechnology#7) but the original
author closed the PR without waiting for it to be merged.
  • Loading branch information
fishilico committed Jan 18, 2016
1 parent 29d543d commit df5446c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/man8/git_selinux.8
Expand Up @@ -64,7 +64,7 @@ To allow the Git System daemon mass hosting of users personal repositories you c
sudo setsebool -P git_session_bind_all_unreserved_ports 1
.EE
.SH GIT_SHELL
The Git policy by default provides a restricted user environment to be used with "Git shell". This default git_shell_u SELinux user can modify and execute generic Git system content (generic system shared respositories with type git_system_content_t).
The Git policy by default provides a restricted user environment to be used with "Git shell". This default git_shell_u SELinux user can modify and execute generic Git system content (generic system shared repositories with type git_system_content_t).
.PP
To add a new Linux user and map him to this Git shell user domain automatically:
.EX
Expand Down
2 changes: 1 addition & 1 deletion man/man8/httpd_selinux.8
Expand Up @@ -88,7 +88,7 @@ setsebool -P httpd_unified 0
.EE

.PP
SELinu policy for httpd can be configured to turn on sending email. This is a security feature, since it would prevent a vulnerabiltiy in http from causing a spam attack. I certain situations, you may want http modules to send mail. You can turn on the httpd_send_mail boolean.
SELinux policy for httpd can be configured to turn on sending email. This is a security feature, since it would prevent a vulnerability in http from causing a spam attack. I certain situations, you may want http modules to send mail. You can turn on the httpd_send_mail boolean.

.EX
setsebool -P httpd_can_sendmail 1
Expand Down

0 comments on commit df5446c

Please sign in to comment.