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: Wed, 21 Nov 2012 20:40:56
Message-Id: 1353528650.15440068c12ed7f28f8ae9111d342958cc472eeb.SwifT@gentoo
1 commit: 15440068c12ed7f28f8ae9111d342958cc472eeb
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Wed Nov 21 20:10:50 2012 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Wed Nov 21 20:10:50 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=15440068
7
8 Remove duplicate gnome_role_template call
9
10 Remove a second gnome_role_template() call as it would try to create the same
11 type(s) for a second time.
12
13 ---
14 policy/modules/system/userdomain.if | 4 ----
15 1 files changed, 0 insertions(+), 4 deletions(-)
16
17 diff --git a/policy/modules/system/userdomain.if b/policy/modules/system/userdomain.if
18 index 1dd2bcc..6e2f1c7 100644
19 --- a/policy/modules/system/userdomain.if
20 +++ b/policy/modules/system/userdomain.if
21 @@ -959,10 +959,6 @@ template(`userdom_restricted_xwindows_user_template',`
22 ')
23
24 optional_policy(`
25 - gnome_role_template($1, $1_r, $1_t)
26 - ')
27 -
28 - optional_policy(`
29 wm_role_template($1, $1_r, $1_t)
30 ')
31 ')