.travis.yml: Point selint at only the policy dir.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
parent
c33866e1f6
commit
2e5eefbfce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue