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 E0E37138010 for ; Wed, 24 Oct 2012 16:04:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7B6A21C025; Wed, 24 Oct 2012 16:03:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 47A1021C025 for ; Wed, 24 Oct 2012 16:03:54 +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 3CCCA33D862 for ; Wed, 24 Oct 2012 16:03:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D6455E5436 for ; Wed, 24 Oct 2012 16:03:52 +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: <1351094489.c8d08446197bd9fc061eeb7f49d131a4a021f2be.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/roles/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/roles/staff.te policy/modules/roles/sysadm.te policy/modules/roles/unprivuser.te X-VCS-Directories: policy/modules/roles/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: c8d08446197bd9fc061eeb7f49d131a4a021f2be X-VCS-Branch: master Date: Wed, 24 Oct 2012 16:03:52 +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: 7313bff8-3d2b-493d-b15f-e95a5d4a67ef X-Archives-Hash: fc81a1f2d03444d9557dd92cbab5af6b commit: c8d08446197bd9fc061eeb7f49d131a4a021f2be Author: Sven Vermeulen siphos be> AuthorDate: Wed Oct 24 16:01:29 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed Oct 24 16:01:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c8d08446 Use gnome_role_template instead of deprecated gnome_role --- policy/modules/roles/staff.te | 2 +- policy/modules/roles/sysadm.te | 2 +- policy/modules/roles/unprivuser.te | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/roles/staff.te b/policy/modules/roles/staff.te index 25807b6..9d2498e 100644 --- a/policy/modules/roles/staff.te +++ b/policy/modules/roles/staff.te @@ -97,7 +97,7 @@ ifndef(`distro_redhat',` ') optional_policy(` - gnome_role(staff_r, staff_t) + gnome_role_template(staff, staff_r, staff_t) ') optional_policy(` diff --git a/policy/modules/roles/sysadm.te b/policy/modules/roles/sysadm.te index 94350fc..cd49816 100644 --- a/policy/modules/roles/sysadm.te +++ b/policy/modules/roles/sysadm.te @@ -516,7 +516,7 @@ ifndef(`distro_redhat',` ') optional_policy(` - gnome_role(sysadm_r, sysadm_t) + gnome_role_template(sysadm, sysadm_r, sysadm_t) ') optional_policy(` diff --git a/policy/modules/roles/unprivuser.te b/policy/modules/roles/unprivuser.te index 17a987b..c787c95 100644 --- a/policy/modules/roles/unprivuser.te +++ b/policy/modules/roles/unprivuser.te @@ -70,7 +70,7 @@ ifndef(`distro_redhat',` ') optional_policy(` - gnome_role(user_r, user_t) + gnome_role_template(user, user_r, user_t) ') optional_policy(`