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/roles/
Date: Tue, 28 Aug 2012 17:30:36
Message-Id: 1345916909.f65119208d78eb926723db7eb0a37dac10d53481.SwifT@gentoo
1 commit: f65119208d78eb926723db7eb0a37dac10d53481
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Sat Aug 25 17:48:29 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Sat Aug 25 17:48:29 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f6511920
7
8 Allow sysadm to manage bind (named) domain
9
10 Since the named daemon uses named init scripts, allow the sysadm to manage the
11 bind domain, allowing him to manipulate the init scripts properly.
12
13 ---
14 policy/modules/roles/sysadm.te | 1 +
15 1 files changed, 1 insertions(+), 0 deletions(-)
16
17 diff --git a/policy/modules/roles/sysadm.te b/policy/modules/roles/sysadm.te
18 index 7f52e17..efba839 100644
19 --- a/policy/modules/roles/sysadm.te
20 +++ b/policy/modules/roles/sysadm.te
21 @@ -103,6 +103,7 @@ optional_policy(`
22 ')
23
24 optional_policy(`
25 + bind_admin(sysadm_t, sysadm_r)
26 bind_run_ndc(sysadm_t, sysadm_r)
27 ')