From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C8113138A87 for ; Tue, 24 Feb 2015 17:11:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1551E0833; Tue, 24 Feb 2015 17:11:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB7EBE0833 for ; Tue, 24 Feb 2015 17:11:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A1D434081B for ; Tue, 24 Feb 2015 17:11:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 356FD1276D for ; Tue, 24 Feb 2015 17:11:19 +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: <1424021835.7b3f359e242a5ec1b31229ccfa3e6dec82b69a87.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next 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: 7b3f359e242a5ec1b31229ccfa3e6dec82b69a87 X-VCS-Branch: next Date: Tue, 24 Feb 2015 17:11:19 +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: 2587980b-b80d-4af4-84fe-c13a72d62f79 X-Archives-Hash: 2316295fdcb2429109f7a46706ac2352 commit: 7b3f359e242a5ec1b31229ccfa3e6dec82b69a87 Author: Sven Vermeulen siphos be> AuthorDate: Sun Feb 15 17:37:15 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Feb 15 17:37:15 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=7b3f359e Add validate target for monolithic policy --- Rules.monolithic | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Rules.monolithic b/Rules.monolithic index d2de916..c2c2147 100644 --- a/Rules.monolithic +++ b/Rules.monolithic @@ -207,6 +207,15 @@ $(ncpath): $(net_contexts) ######################################## # +# Validate file contexts +# +validate: $(fc) $(polver) + @echo "Validating $(NAME) file_contexts." + $(verbose) $(SETFILES) -q -c $(polver) $(fc) + @echo "Success." + +######################################## +# # Run policy source checks # check: $(builddir)check.res