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 CFC32138202 for ; Tue, 30 Oct 2012 20:25:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB27B21C0AA; Tue, 30 Oct 2012 20:24:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0EAFF21C0BA for ; Tue, 30 Oct 2012 20:24:56 +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 2D98733D92A for ; Tue, 30 Oct 2012 20:24:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C16DBE5448 for ; Tue, 30 Oct 2012 20:24:54 +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: <1351628459.883fb73e9f82cf045df61c2ee31c61fd56b1c527.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: 883fb73e9f82cf045df61c2ee31c61fd56b1c527 X-VCS-Branch: master Date: Tue, 30 Oct 2012 20:24:54 +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: dde5d827-bfea-4538-a923-8df279740902 X-Archives-Hash: 8ea475560e44b12bb6b5a20bb5e1b8d6 commit: 883fb73e9f82cf045df61c2ee31c61fd56b1c527 Author: Dominick Grift gmail com> AuthorDate: Mon Oct 22 12:48:22 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Tue Oct 30 20:20:59 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=883fb73e 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 ea3a373..6551910 100644 --- a/policy/modules/system/userdomain.if +++ b/policy/modules/system/userdomain.if @@ -936,6 +936,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) ') ')