commit:     725c323ac43c51ab94f43f70a22a95af31bb11a8
Author:     Chris PeBenito <pebenito <AT> ieee <DOT> org>
AuthorDate: Thu Sep 17 13:58:02 2020 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> 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 <pebenito <AT> ieee.org>
Signed-off-by: Jason Zaman <perfinion <AT> 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

Reply via email to