.travis.yml: Point selint at only the policy dir.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2020-09-17 09:58:02 -04:00
parent c33866e1f6
commit 2e5eefbfce
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,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