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 29503139937 for ; Wed, 26 Aug 2015 06:46:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA67D141C9; Wed, 26 Aug 2015 06:46:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 307DB141C9 for ; Wed, 26 Aug 2015 06:46:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19E393408CF for ; Wed, 26 Aug 2015 06:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01027171 for ; Wed, 26 Aug 2015 06:46:02 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1440259882.74d30592c6783e80a8fab93628563cdba1536773.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/pulseaudio.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 74d30592c6783e80a8fab93628563cdba1536773 X-VCS-Branch: next Date: Wed, 26 Aug 2015 06:46:02 +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: 6effb903-e61c-4789-a396-89b5e4e09f23 X-Archives-Hash: c9fd52d2ba71a40b4b2f59ca67d2e3bb commit: 74d30592c6783e80a8fab93628563cdba1536773 Author: Jason Zaman perfinion com> AuthorDate: Sat Aug 22 16:11:22 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Aug 22 16:11:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=74d30592 pulseaudio: allow clients to list user tmp dirs /tmp/pulse-* gets created by the clients usually as user_tmp_t bug 556526 policy/modules/contrib/pulseaudio.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/contrib/pulseaudio.te b/policy/modules/contrib/pulseaudio.te index d7f48be..ea5b2a9 100644 --- a/policy/modules/contrib/pulseaudio.te +++ b/policy/modules/contrib/pulseaudio.te @@ -277,4 +277,7 @@ ifdef(`distro_gentoo',` manage_lnk_files_pattern(pulseaudio_client, pulseaudio_xdg_config_t, pulseaudio_xdg_config_t) manage_dirs_pattern(pulseaudio_client, pulseaudio_xdg_config_t, pulseaudio_xdg_config_t) xdg_config_home_filetrans(pulseaudio_client, pulseaudio_xdg_config_t, dir, "pulse") + + # /tmp/pulse-* gets created by the clients usually as user_tmp_t, bug 556526 + userdom_list_user_tmp(pulseaudio_client) ') 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 D35811397F2 for ; Sun, 23 Aug 2015 04:13:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9977141E5; Sun, 23 Aug 2015 04:13:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C732141E5 for ; Sun, 23 Aug 2015 04:13:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A38DD340998 for ; Sun, 23 Aug 2015 04:13:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29BE715E for ; Sun, 23 Aug 2015 04:13:30 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1440259882.74d30592c6783e80a8fab93628563cdba1536773.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/pulseaudio.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 74d30592c6783e80a8fab93628563cdba1536773 X-VCS-Branch: master Date: Sun, 23 Aug 2015 04:13:30 +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: cd6231e6-ae14-455c-97dd-ce778e0a29f2 X-Archives-Hash: a543799e7167f63bd6293fbd05fa407a Message-ID: <20150823041330.EphEUiHeglBfi0NuChPnIt8zuZg9fl5c8RdJyDDUugk@z> commit: 74d30592c6783e80a8fab93628563cdba1536773 Author: Jason Zaman perfinion com> AuthorDate: Sat Aug 22 16:11:22 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Aug 22 16:11:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=74d30592 pulseaudio: allow clients to list user tmp dirs /tmp/pulse-* gets created by the clients usually as user_tmp_t bug 556526 policy/modules/contrib/pulseaudio.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/contrib/pulseaudio.te b/policy/modules/contrib/pulseaudio.te index d7f48be..ea5b2a9 100644 --- a/policy/modules/contrib/pulseaudio.te +++ b/policy/modules/contrib/pulseaudio.te @@ -277,4 +277,7 @@ ifdef(`distro_gentoo',` manage_lnk_files_pattern(pulseaudio_client, pulseaudio_xdg_config_t, pulseaudio_xdg_config_t) manage_dirs_pattern(pulseaudio_client, pulseaudio_xdg_config_t, pulseaudio_xdg_config_t) xdg_config_home_filetrans(pulseaudio_client, pulseaudio_xdg_config_t, dir, "pulse") + + # /tmp/pulse-* gets created by the clients usually as user_tmp_t, bug 556526 + userdom_list_user_tmp(pulseaudio_client) ')