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 2695713829C for ; Thu, 2 Jun 2016 08:43:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD43721C051; Thu, 2 Jun 2016 08:43:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D10F21C051 for ; Thu, 2 Jun 2016 08:43:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBB70340CC8 for ; Thu, 2 Jun 2016 08:43:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6366015DF for ; Thu, 2 Jun 2016 08:43:08 +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: <1464856926.26b2b23e8495e24a12fb6e997567e52a8276d820.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: 26b2b23e8495e24a12fb6e997567e52a8276d820 X-VCS-Branch: master Date: Thu, 2 Jun 2016 08:43:08 +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: 73ab9b8c-5f25-43c1-8495-ed4215c21a62 X-Archives-Hash: 275a87e25677e1ad74ffb2146c5df2ca commit: 26b2b23e8495e24a12fb6e997567e52a8276d820 Author: Jason Zaman perfinion com> AuthorDate: Thu Jun 2 08:41:34 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Jun 2 08:42:06 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=26b2b23e pulseaudio: quote in comment throws a warning Compiling mcs pulseaudio module /usr/bin/checkmodule: loading policy configuration from tmp/pulseaudio.tmp pulseaudio.te:264:WARNING 'unrecognized character' at token ''' on line 14411: line 264 ' pulseaudio.te:264:WARNING 'unrecognized character' at token ''' on line 14411: ' line 264 policy/modules/contrib/pulseaudio.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/pulseaudio.te b/policy/modules/contrib/pulseaudio.te index 28dc672..118c86a 100644 --- a/policy/modules/contrib/pulseaudio.te +++ b/policy/modules/contrib/pulseaudio.te @@ -283,7 +283,7 @@ ifdef(`distro_gentoo',` # /tmp/pulse-* gets created by the clients usually as user_tmp_t, bug 556526 userdom_list_user_tmp(pulseaudio_client) - # pulse 7 uses fd's + # pulse 7 uses fds allow pulseaudio_client pulseaudio_t:fd use; allow pulseaudio_client pulseaudio_tmpfs_t:file rw_file_perms; ')