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 EB292138359 for ; Tue, 13 Oct 2020 03:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 108C1E0831; Tue, 13 Oct 2020 03:02:08 +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 EEE73E0831 for ; Tue, 13 Oct 2020 03:02:07 +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 76EEE3409EC for ; Tue, 13 Oct 2020 03:02:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDFE8354 for ; Tue, 13 Oct 2020 03:02:04 +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: <1602450005.725c323ac43c51ab94f43f70a22a95af31bb11a8.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: / X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 725c323ac43c51ab94f43f70a22a95af31bb11a8 X-VCS-Branch: master Date: Tue, 13 Oct 2020 03:02:04 +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: 29927b55-fa5e-4f9d-9b8c-9942f5359f7f X-Archives-Hash: 0213fa96aac911a65063e2cfe037b23a commit: 725c323ac43c51ab94f43f70a22a95af31bb11a8 Author: Chris PeBenito ieee org> AuthorDate: Thu Sep 17 13:58:02 2020 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Oct 11 21:00:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=725c323a .travis.yml: Point selint at only the policy dir. Signed-off-by: Chris PeBenito ieee.org> Signed-off-by: Jason Zaman gentoo.org> .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b9e70564..40b612cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -114,7 +114,7 @@ script: # Run SELint # disable C-005 (Permissions in av rule or class declaration not ordered) for now: has 712 findings # disable W-005 (Interface call from module not in optional_policy block): refpolicy does not follow this rule - selint --source --recursive --summary --fail --disable C-005 --disable W-005 . + selint --source --recursive --summary --fail --disable C-005 --disable W-005 policy exit 0 fi