Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/apps/
Date: Sun, 21 Nov 2021 03:00:15
Message-Id: 1637449104.5f17e5ac1d12a5bb6d264a4e9e127fb3f28cd0e2.perfinion@gentoo
1 commit: 5f17e5ac1d12a5bb6d264a4e9e127fb3f28cd0e2
2 Author: Kenton Groombridge <me <AT> concord <DOT> sh>
3 AuthorDate: Tue Nov 16 17:11:59 2021 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 20 22:58:24 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=5f17e5ac
7
8 wine: fix roleattribute statement
9
10 Signed-off-by: Kenton Groombridge <me <AT> concord.sh>
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 policy/modules/apps/wine.if | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/policy/modules/apps/wine.if b/policy/modules/apps/wine.if
17 index 2050167d..37f10d03 100644
18 --- a/policy/modules/apps/wine.if
19 +++ b/policy/modules/apps/wine.if
20 @@ -33,7 +33,7 @@ template(`wine_role',`
21 type wine_home_t;
22 ')
23
24 - roleattribute $1 wine_roles;
25 + roleattribute $4 wine_roles;
26
27 domtrans_pattern($3, wine_exec_t, wine_t)