Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: man/man8/
Date: Sat, 30 Jan 2016 17:21:40
Message-Id: 1454174217.9127acb6b3ccf559c18c3cf06f64649553ab3c3b.perfinion@gentoo
1 commit: 9127acb6b3ccf559c18c3cf06f64649553ab3c3b
2 Author: Nicolas Iooss <nicolas.iooss <AT> m4x <DOT> org>
3 AuthorDate: Mon Jan 18 22:47:56 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 17:16:57 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=9127acb6
7
8 man: Spelling fixes
9
10 These typos have been initially reported as a GitHub Pull Request
11 (https://github.com/TresysTechnology/refpolicy/pull/7) but the original
12 author closed the PR without waiting for it to be merged.
13
14 man/man8/git_selinux.8 | 2 +-
15 man/man8/httpd_selinux.8 | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/man/man8/git_selinux.8 b/man/man8/git_selinux.8
19 index e9c43b1..c2142e0 100644
20 --- a/man/man8/git_selinux.8
21 +++ b/man/man8/git_selinux.8
22 @@ -64,7 +64,7 @@ To allow the Git System daemon mass hosting of users personal repositories you c
23 sudo setsebool -P git_session_bind_all_unreserved_ports 1
24 .EE
25 .SH GIT_SHELL
26 -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).
27 +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).
28 .PP
29 To add a new Linux user and map him to this Git shell user domain automatically:
30 .EX
31
32 diff --git a/man/man8/httpd_selinux.8 b/man/man8/httpd_selinux.8
33 index 16e8b13..93c4a0a 100644
34 --- a/man/man8/httpd_selinux.8
35 +++ b/man/man8/httpd_selinux.8
36 @@ -88,7 +88,7 @@ setsebool -P httpd_unified 0
37 .EE
38
39 .PP
40 -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.
41 +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.
42
43 .EX
44 setsebool -P httpd_can_sendmail 1