Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: /
Date: Tue, 13 Oct 2020 03:02:08
Message-Id: 1602450005.725c323ac43c51ab94f43f70a22a95af31bb11a8.perfinion@gentoo
1 commit: 725c323ac43c51ab94f43f70a22a95af31bb11a8
2 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org>
3 AuthorDate: Thu Sep 17 13:58:02 2020 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 21:00:05 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=725c323a
7
8 .travis.yml: Point selint at only the policy dir.
9
10 Signed-off-by: Chris PeBenito <pebenito <AT> ieee.org>
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 .travis.yml | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/.travis.yml b/.travis.yml
17 index b9e70564..40b612cd 100644
18 --- a/.travis.yml
19 +++ b/.travis.yml
20 @@ -114,7 +114,7 @@ script:
21 # Run SELint
22 # disable C-005 (Permissions in av rule or class declaration not ordered) for now: has 712 findings
23 # disable W-005 (Interface call from module not in optional_policy block): refpolicy does not follow this rule
24 - selint --source --recursive --summary --fail --disable C-005 --disable W-005 .
25 + selint --source --recursive --summary --fail --disable C-005 --disable W-005 policy
26
27 exit 0
28 fi