From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CCB0E138010 for ; Wed, 24 Oct 2012 17:51:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1832CE0462; Wed, 24 Oct 2012 17:51:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9290CE0462 for ; Wed, 24 Oct 2012 17:51:17 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB9A133D86A for ; Wed, 24 Oct 2012 17:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7BC8EE5436 for ; Wed, 24 Oct 2012 17:51:15 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1351100869.2d03f35c0c286ff8beb1ca0e3fd53726ea3e9a74.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/userdomain.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 2d03f35c0c286ff8beb1ca0e3fd53726ea3e9a74 X-VCS-Branch: master Date: Wed, 24 Oct 2012 17:51:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a1d3d451-2fed-4986-a1c4-67550922579b X-Archives-Hash: cdbab55e54615a288491d33d5a0d9672 commit: 2d03f35c0c286ff8beb1ca0e3fd53726ea3e9a74 Author: Sven Vermeulen siphos be> AuthorDate: Wed Oct 24 17:47:49 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed Oct 24 17:47:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=2d03f35c Changes to the user domain policy module gnome_role is deprecated, use gnome_role_template instead depends on dbus because of gkeyringd Signed-off-by: Dominick Grift gmail.com> --- policy/modules/system/userdomain.if | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/policy/modules/system/userdomain.if b/policy/modules/system/userdomain.if index e1addea..ea3a373 100644 --- a/policy/modules/system/userdomain.if +++ b/policy/modules/system/userdomain.if @@ -932,6 +932,10 @@ template(`userdom_restricted_xwindows_user_template',` ') optional_policy(` + gnome_role_template($1, $1_r, $1_t) + ') + + optional_policy(` wm_role_template($1, $1_r, $1_t) ') ')