Gentoo Archives: gentoo-commits

From: Sven Vermeulen <sven.vermeulen@××××××.be>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Wed, 28 Nov 2012 20:23:27
Message-Id: 1354134034.ccc79ab1e99f0e6f466eddc3099a1542101c9a18.SwifT@gentoo
1 commit: ccc79ab1e99f0e6f466eddc3099a1542101c9a18
2 Author: Dominick Grift <dominick.grift <AT> gmail <DOT> com>
3 AuthorDate: Wed Nov 28 17:15:48 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Wed Nov 28 20:20:34 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=ccc79ab1
7
8 Changes to the svnserve policy module
9
10 svnserve accepts connections
11
12 Signed-off-by: Dominick Grift <dominick.grift <AT> gmail.com>
13
14 ---
15 policy/modules/contrib/svnserve.te | 3 ++-
16 1 files changed, 2 insertions(+), 1 deletions(-)
17
18 diff --git a/policy/modules/contrib/svnserve.te b/policy/modules/contrib/svnserve.te
19 index eaf7113..c6aaac7 100644
20 --- a/policy/modules/contrib/svnserve.te
21 +++ b/policy/modules/contrib/svnserve.te
22 @@ -1,4 +1,4 @@
23 -policy_module(svnserve, 1.0.1)
24 +policy_module(svnserve, 1.0.2)
25
26 ########################################
27 #
28 @@ -24,6 +24,7 @@ files_pid_file(svnserve_var_run_t)
29 #
30
31 allow svnserve_t self:fifo_file rw_fifo_file_perms;
32 +allow svnserve_t self:tcp_socket create_stream_socket_perms;
33 allow svnserve_t self:unix_stream_socket { listen accept };
34
35 manage_dirs_pattern(svnserve_t, svnserve_content_t, svnserve_content_t)