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 5F6001382C5 for ; Sun, 22 Apr 2018 12:00:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23B95E0924; Sun, 22 Apr 2018 12:00:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC4EEE0924 for ; Sun, 22 Apr 2018 12:00:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9F37F335C7A for ; Sun, 22 Apr 2018 12:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A004B29F for ; Sun, 22 Apr 2018 12:00:44 +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: <1524397983.09027956501013a775b57369b819fa2d10ee79b2.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/plymouthd.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 09027956501013a775b57369b819fa2d10ee79b2 X-VCS-Branch: master Date: Sun, 22 Apr 2018 12:00:44 +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: 1456e437-0cfb-4e7e-ae47-e3842806735c X-Archives-Hash: 8d496b55a309b9acf289823bbb8c602d commit: 09027956501013a775b57369b819fa2d10ee79b2 Author: James Carter tycho nsa gov> AuthorDate: Wed Apr 11 18:57:19 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Apr 22 11:53:03 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=09027956 Removed call to deprecated interface xserver_manage_xdm_spool_files() The interface xserver_manage_xdm_spool_files() used the undeclared type xdm_spool_t and was deprecated. Removed the call to xserver_manage_xdm_spool_files() in plymouthd.te which means that the call to xserver_read_xdm_state() which was in the same optional block will now be in the policy. Signed-off-by: James Carter tycho.nsa.gov> policy/modules/contrib/plymouthd.te | 1 - 1 file changed, 1 deletion(-) diff --git a/policy/modules/contrib/plymouthd.te b/policy/modules/contrib/plymouthd.te index 89000ec9..5e390e03 100644 --- a/policy/modules/contrib/plymouthd.te +++ b/policy/modules/contrib/plymouthd.te @@ -92,7 +92,6 @@ optional_policy(` ') optional_policy(` - xserver_manage_xdm_spool_files(plymouthd_t) xserver_read_xdm_state(plymouthd_t) ')