From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-772624-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 856C4138A1A for <garchives@archives.gentoo.org>; Sun, 15 Feb 2015 17:39:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06B1DE08AB; Sun, 15 Feb 2015 17:39:28 +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 AB978E08AB for <gentoo-commits@lists.gentoo.org>; Sun, 15 Feb 2015 17:39:27 +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 C117A33BE3A for <gentoo-commits@lists.gentoo.org>; Sun, 15 Feb 2015 17:39:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A8911D36 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Feb 2015 17:39:23 +0000 (UTC) From: "Sven Vermeulen" <swift@gentoo.org> 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" <swift@gentoo.org> Message-ID: <1424021835.7b3f359e242a5ec1b31229ccfa3e6dec82b69a87.swift@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: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 7b3f359e242a5ec1b31229ccfa3e6dec82b69a87 X-VCS-Branch: master Date: Sun, 15 Feb 2015 17:39:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d2561b1f-67cc-437b-9bf9-81848d0d636e X-Archives-Hash: faf1d33ee181a197692c58e43a33b0db commit: 7b3f359e242a5ec1b31229ccfa3e6dec82b69a87 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Sun Feb 15 17:37:15 2015 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> 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