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 F1DB8138335 for ; Sun, 10 Feb 2019 04:14:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFB93E0AC0; Sun, 10 Feb 2019 04:14:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8B9E3E0AB4 for ; Sun, 10 Feb 2019 04:14:48 +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 EE8D8335D40 for ; Sun, 10 Feb 2019 04:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC603539 for ; Sun, 10 Feb 2019 04:14: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: <1549771885.85052797855d8b35d000e06b84df0de5d7a87a8c.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/init.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 85052797855d8b35d000e06b84df0de5d7a87a8c X-VCS-Branch: master Date: Sun, 10 Feb 2019 04:14: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7f18cf9-3c59-4b50-8d23-689572dddb1c X-Archives-Hash: 6da4339f33a3648ab9b30efa3f505f59 commit: 85052797855d8b35d000e06b84df0de5d7a87a8c Author: Chris PeBenito ieee org> AuthorDate: Wed Jan 23 23:35:00 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Feb 10 04:11:25 2019 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=85052797 init: Drop unnecessary userspace class dependence in init_read_generic_units_symlinks(). Signed-off-by: Jason Zaman perfinion.com> policy/modules/system/init.if | 1 - 1 file changed, 1 deletion(-) diff --git a/policy/modules/system/init.if b/policy/modules/system/init.if index 12ee83de..89ac691c 100644 --- a/policy/modules/system/init.if +++ b/policy/modules/system/init.if @@ -3058,7 +3058,6 @@ interface(`init_search_units',` interface(`init_read_generic_units_symlinks',` gen_require(` type systemd_unit_t; - class service status; ') allow $1 systemd_unit_t:lnk_file read_lnk_file_perms;