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/system/
Date: Sun, 30 Apr 2017 14:44:32
Message-Id: 1493563098.1d14d5ba6e3da3b114bc6035a2216c7b4cc30b29.perfinion@gentoo
1 commit: 1d14d5ba6e3da3b114bc6035a2216c7b4cc30b29
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Sun Apr 30 14:38:18 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 30 14:38:18 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1d14d5ba
7
8 unconfined: remove duplicated xserver_role
9
10 policy/modules/system/unconfined.te | 4 ----
11 1 file changed, 4 deletions(-)
12
13 diff --git a/policy/modules/system/unconfined.te b/policy/modules/system/unconfined.te
14 index b15aaee7..b7edee8c 100644
15 --- a/policy/modules/system/unconfined.te
16 +++ b/policy/modules/system/unconfined.te
17 @@ -236,8 +236,4 @@ ifdef(`distro_gentoo',`
18 optional_policy(`
19 rtorrent_role(unconfined_r, unconfined_t)
20 ')
21 -
22 - optional_policy(`
23 - xserver_role(unconfined_r, unconfined_t)
24 - ')
25 ')