From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7D32158086 for ; Sun, 21 Nov 2021 03:00:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C4FFE0841; Sun, 21 Nov 2021 03:00:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A0E8E0844 for ; Sun, 21 Nov 2021 03:00:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D282343168 for ; Sun, 21 Nov 2021 03:00:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A530D1FB for ; Sun, 21 Nov 2021 03:00:04 +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: <1637449104.5f17e5ac1d12a5bb6d264a4e9e127fb3f28cd0e2.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/apps/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/apps/wine.if X-VCS-Directories: policy/modules/apps/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 5f17e5ac1d12a5bb6d264a4e9e127fb3f28cd0e2 X-VCS-Branch: master Date: Sun, 21 Nov 2021 03:00:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2963408c-afed-45c9-a8c6-4867ba83f621 X-Archives-Hash: 7aaed8a44de6c183d99e48b474139cce commit: 5f17e5ac1d12a5bb6d264a4e9e127fb3f28cd0e2 Author: Kenton Groombridge concord sh> AuthorDate: Tue Nov 16 17:11:59 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Nov 20 22:58:24 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=5f17e5ac wine: fix roleattribute statement Signed-off-by: Kenton Groombridge concord.sh> Signed-off-by: Jason Zaman gentoo.org> policy/modules/apps/wine.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/apps/wine.if b/policy/modules/apps/wine.if index 2050167d..37f10d03 100644 --- a/policy/modules/apps/wine.if +++ b/policy/modules/apps/wine.if @@ -33,7 +33,7 @@ template(`wine_role',` type wine_home_t; ') - roleattribute $1 wine_roles; + roleattribute $4 wine_roles; domtrans_pattern($3, wine_exec_t, wine_t)