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 DF71B1381F3 for ; Thu, 11 Apr 2013 07:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F7ECE08BD; Thu, 11 Apr 2013 07:22:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08733E08BD for ; Thu, 11 Apr 2013 07:22:23 +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 E709933D3D7 for ; Thu, 11 Apr 2013 07:22:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 849BCE4073 for ; Thu, 11 Apr 2013 07:22:21 +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: <1365664883.32b15e5ef7dfba00f844ead86cba3b6ce4cd96ec.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/unprivuser.te X-VCS-Directories: policy/modules/roles/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 32b15e5ef7dfba00f844ead86cba3b6ce4cd96ec X-VCS-Branch: master Date: Thu, 11 Apr 2013 07:22:21 +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: ed5502e7-9fba-4f45-a00d-d79903fb7e09 X-Archives-Hash: d0996503b03a4be4cbf686d4e8fc23e0 commit: 32b15e5ef7dfba00f844ead86cba3b6ce4cd96ec Author: Sven Vermeulen siphos be> AuthorDate: Thu Apr 11 07:21:23 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Thu Apr 11 07:21:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=32b15e5e Fix #459856 - Allow regular users to call pulseaudio Allow regular user domains to use pulseaudio (unprivuser & staff). --- policy/modules/roles/staff.te | 4 ++++ policy/modules/roles/unprivuser.te | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/policy/modules/roles/staff.te b/policy/modules/roles/staff.te index 2c46469..236097d 100644 --- a/policy/modules/roles/staff.te +++ b/policy/modules/roles/staff.te @@ -205,4 +205,8 @@ ifdef(`distro_gentoo',` optional_policy(` googletalk_run_plugin(staff_t, staff_r) ') + + optional_policy(` + pulseaudio_role(staff_r, staff_t) + ') ') diff --git a/policy/modules/roles/unprivuser.te b/policy/modules/roles/unprivuser.te index 507c064..c64f441 100644 --- a/policy/modules/roles/unprivuser.te +++ b/policy/modules/roles/unprivuser.te @@ -194,4 +194,8 @@ ifdef(`distro_gentoo',` optional_policy(` googletalk_run_plugin(user_t, user_r) ') + + optional_policy(` + pulseaudio_role(user_r, user_t) + ') ')