aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@ieee.org>2020-09-17 09:58:02 -0400
committerJason Zaman <perfinion@gentoo.org>2020-10-11 14:00:05 -0700
commit725c323ac43c51ab94f43f70a22a95af31bb11a8 (patch)
tree84fc2f9228b75d3c69209c9dbde77b8ad3788f1f
parentselinux, init, systemd, rpm: Module version bump. (diff)
downloadhardened-refpolicy-725c323a.tar.gz
hardened-refpolicy-725c323a.tar.bz2
hardened-refpolicy-725c323a.zip
.travis.yml: Point selint at only the policy dir.
Signed-off-by: Chris PeBenito <pebenito@ieee.org> Signed-off-by: Jason Zaman <perfinion@gentoo.org>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b9e705644..40b612cdd 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