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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D56A8139695 for ; Thu, 18 May 2017 16:55:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 384A5E0EBB; Thu, 18 May 2017 16:54:59 +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 1341CE0EBB for ; Thu, 18 May 2017 16:54:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4218D34165C for ; Thu, 18 May 2017 16:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ED057461 for ; Thu, 18 May 2017 16:54:55 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1493563098.1d14d5ba6e3da3b114bc6035a2216c7b4cc30b29.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/unconfined.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 1d14d5ba6e3da3b114bc6035a2216c7b4cc30b29 X-VCS-Branch: swift Date: Thu, 18 May 2017 16:54:55 +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: 308951bc-dfff-4739-a95f-34f109610ffd X-Archives-Hash: f0ce962d4d852a1a5ce7e9b7e883956e commit: 1d14d5ba6e3da3b114bc6035a2216c7b4cc30b29 Author: Jason Zaman perfinion com> AuthorDate: Sun Apr 30 14:38:18 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Apr 30 14:38:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1d14d5ba unconfined: remove duplicated xserver_role policy/modules/system/unconfined.te | 4 ---- 1 file changed, 4 deletions(-) diff --git a/policy/modules/system/unconfined.te b/policy/modules/system/unconfined.te index b15aaee7..b7edee8c 100644 --- a/policy/modules/system/unconfined.te +++ b/policy/modules/system/unconfined.te @@ -236,8 +236,4 @@ ifdef(`distro_gentoo',` optional_policy(` rtorrent_role(unconfined_r, unconfined_t) ') - - optional_policy(` - xserver_role(unconfined_r, unconfined_t) - ') ')