commit: 2b974a96b895b5c4c7dc7991ccd6e441344ba003
Author: Christian Göttsche <cgzones <AT> googlemail <DOT> com>
AuthorDate: Sat Jan 29 17:56:38 2022 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Jan 31 17:55:20 2022 +0000
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=2b974a96
Revert "tests.yml: Disable policy_module() selint checks."
This reverts commit 5781a2393cfbc6592cf52abff1eda08afb15c898.
SELint 1.2.1 supports the new policy_module syntax.
Signed-off-by: Christian Göttsche <cgzones <AT> googlemail.com>
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
.github/workflows/tests.yml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index a8676631..86834fff 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -36,12 +36,11 @@ jobs:
- name: Run file context checker
run: python3 -t -t -E -W error testing/check_fc_files.py
-# Disable selint until it can handle a single parameter policy_module().
-# - name: Run SELint
-# run: |
-# # disable C-005 (Permissions in av rule or class declaration not
ordered) for now: needs fixing
-# # 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 policy
+ - name: Run SELint
+ run: |
+ # disable C-005 (Permissions in av rule or class declaration not
ordered) for now: needs fixing
+ # 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 policy
build:
runs-on: ubuntu-latest