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 75C7913835A for ; Sun, 7 Feb 2021 03:20:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56229E0880; Sun, 7 Feb 2021 03:20:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3CE77E0880 for ; Sun, 7 Feb 2021 03:20:10 +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 EFB8D3420B5 for ; Sun, 7 Feb 2021 03:20:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26E1F4CB for ; Sun, 7 Feb 2021 03:20:05 +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: <1612644851.f4d0c88878d7899b27f3c2c09bbd1e34bd975abf.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: / X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: Rules.monolithic X-VCS-Directories: / X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: f4d0c88878d7899b27f3c2c09bbd1e34bd975abf X-VCS-Branch: master Date: Sun, 7 Feb 2021 03:20:05 +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: 9682344e-f98c-4cc1-8d3d-1ccdce68a3ac X-Archives-Hash: f4a1f03d56a8cbbf8c94605cad9e2564 commit: f4d0c88878d7899b27f3c2c09bbd1e34bd975abf Author: Christian Göttsche googlemail com> AuthorDate: Mon Feb 1 19:09:27 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Feb 6 20:54:11 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f4d0c888 Rules.monolithic: add missing phony declarations Signed-off-by: Christian Göttsche googlemail.com> Signed-off-by: Jason Zaman gentoo.org> Rules.monolithic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.monolithic b/Rules.monolithic index 5ccd7875..87edd2d3 100644 --- a/Rules.monolithic +++ b/Rules.monolithic @@ -267,4 +267,4 @@ clean: $(verbose) rm -f *.res $(verbose) rm -fR $(tmpdir) -.PHONY: default policy install load reload enableaudit checklabels restorelabels relabel check longcheck clean +.PHONY: default policy install load reload enableaudit checklabels restorelabels relabel resetlabels validate check longcheck clean