Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Wed, 28 May 2014 17:54:43
Message-Id: 1401299641.ce8cd6e1a0c4bd7b15c26763603c34beb4f88df2.swift@gentoo
1 commit: ce8cd6e1a0c4bd7b15c26763603c34beb4f88df2
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Wed May 28 17:54:01 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Wed May 28 17:54:01 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=ce8cd6e1
7
8 Allow GNOME enabled user domains to send dbus messages to gconfd
9
10 ---
11 policy/modules/contrib/gnome.if | 6 ++++++
12 1 file changed, 6 insertions(+)
13
14 diff --git a/policy/modules/contrib/gnome.if b/policy/modules/contrib/gnome.if
15 index 5e05e12..cad0e95 100644
16 --- a/policy/modules/contrib/gnome.if
17 +++ b/policy/modules/contrib/gnome.if
18 @@ -115,6 +115,12 @@ template(`gnome_role_template',`
19 gnome_dbus_chat_gkeyringd($1, $3)
20 ')
21 ')
22 +
23 + ifdef(`distro_gentoo',`
24 + optional_policy(`
25 + gnome_dbus_chat_gconfd($3)
26 + ')
27 + ')
28 ')
29
30 ########################################