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: Thu, 27 Sep 2012 18:19:18
Message-Id: 1348769835.32ca1bf79cbb9c1a53576edfd941aaaa32e316f1.SwifT@gentoo
1 commit: 32ca1bf79cbb9c1a53576edfd941aaaa32e316f1
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Thu Sep 27 18:17:15 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Thu Sep 27 18:17:15 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=32ca1bf7
7
8 Document phpfpm boolean
9
10 Without documenting the booleans, building the base policy fails with DTD issues
11 in doc/policy.xml
12
13 ---
14 policy/modules/contrib/phpfpm.te | 5 +++++
15 1 files changed, 5 insertions(+), 0 deletions(-)
16
17 diff --git a/policy/modules/contrib/phpfpm.te b/policy/modules/contrib/phpfpm.te
18 index 8758c01..943e643 100644
19 --- a/policy/modules/contrib/phpfpm.te
20 +++ b/policy/modules/contrib/phpfpm.te
21 @@ -5,6 +5,11 @@ policy_module(phpfpm, 1.1)
22 # Declarations
23 #
24
25 +## <desc>
26 +## <p>
27 +## Allow phpfpm to use LDAP services
28 +## </p>
29 +## </desc>
30 gen_tunable(phpfpm_use_ldap, false)
31
32 type phpfpm_t;