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:22:22
Message-Id: 1354134006.8d6548d372e194d1d6f758bd0d35e6541e74c091.SwifT@gentoo
1 commit: 8d6548d372e194d1d6f758bd0d35e6541e74c091
2 Author: Dominick Grift <dominick.grift <AT> gmail <DOT> com>
3 AuthorDate: Wed Nov 28 16:14:10 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Wed Nov 28 20:20:06 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=8d6548d3
7
8 Changes to the samba policy module
9
10 Winbind creates samba pid dirs
11
12 Signed-off-by: Dominick Grift <dominick.grift <AT> gmail.com>
13
14 ---
15 policy/modules/contrib/samba.te | 3 ++-
16 1 files changed, 2 insertions(+), 1 deletions(-)
17
18 diff --git a/policy/modules/contrib/samba.te b/policy/modules/contrib/samba.te
19 index 4e17588..bbe83a2 100644
20 --- a/policy/modules/contrib/samba.te
21 +++ b/policy/modules/contrib/samba.te
22 @@ -1,4 +1,4 @@
23 -policy_module(samba, 1.15.5)
24 +policy_module(samba, 1.15.6)
25
26 #################################
27 #
28 @@ -872,6 +872,7 @@ manage_sock_files_pattern(winbind_t, winbind_var_run_t, winbind_var_run_t)
29 files_pid_filetrans(winbind_t, winbind_var_run_t, { sock_file file dir })
30 filetrans_pattern(winbind_t, smbd_var_run_t, winbind_var_run_t, dir)
31
32 +manage_dirs_pattern(winbind_t, smbd_var_run_t, smbd_var_run_t)
33 manage_files_pattern(winbind_t, smbd_var_run_t, smbd_var_run_t)
34 manage_sock_files_pattern(winbind_t, smbd_var_run_t, smbd_var_run_t)