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/system/
Date: Tue, 30 Oct 2012 20:25:36
Message-Id: 1351628459.883fb73e9f82cf045df61c2ee31c61fd56b1c527.SwifT@gentoo
1 commit: 883fb73e9f82cf045df61c2ee31c61fd56b1c527
2 Author: Dominick Grift <dominick.grift <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 22 12:48:22 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Tue Oct 30 20:20:59 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=883fb73e
7
8 Changes to the user domain policy module
9
10 gnome_role is deprecated, use gnome_role_template instead
11 depends on dbus because of gkeyringd
12
13 Signed-off-by: Dominick Grift <dominick.grift <AT> gmail.com>
14
15 ---
16 policy/modules/system/userdomain.if | 4 ++++
17 1 files changed, 4 insertions(+), 0 deletions(-)
18
19 diff --git a/policy/modules/system/userdomain.if b/policy/modules/system/userdomain.if
20 index ea3a373..6551910 100644
21 --- a/policy/modules/system/userdomain.if
22 +++ b/policy/modules/system/userdomain.if
23 @@ -936,6 +936,10 @@ template(`userdom_restricted_xwindows_user_template',`
24 ')
25
26 optional_policy(`
27 + gnome_role_template($1, $1_r, $1_t)
28 + ')
29 +
30 + optional_policy(`
31 wm_role_template($1, $1_r, $1_t)
32 ')
33 ')