commit: 12e3bfcac8a050cb19ce45b6d0a2bbea839ceec4
Author: Chris PeBenito <pebenito <AT> ieee <DOT> org>
AuthorDate: Tue Sep 20 13:31:23 2022 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Wed Nov 2 14:06:51 2022 +0000
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=12e3bfca
Revise userspace and SELint versions in CI
Revert checkpolicy to 3.1 and set SELint to 1.3.0.
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
.github/workflows/tests.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index d7606088c..0055e3997 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -3,9 +3,8 @@ name: Build tests
on: [push, pull_request]
env:
- # 3.4 fails to validate, fixed with 88a703399f3f
- # ("libsepol: fix validation of user declarations in modules")
- SELINUX_USERSPACE_VERSION: checkpolicy-3.3
+ # Minimum userspace version to build refpolicy.
+ SELINUX_USERSPACE_VERSION: checkpolicy-3.1
jobs:
lint:
@@ -30,7 +29,7 @@ jobs:
with:
repository: SELinuxProject/selint
# support exclusions in interface arguments
- ref: '41a575e82dea5cd7f60b4fa7aeb84405dba3baba' # "Parse interface
taking list of exemptions"
+ ref: 'v1.3.0' # "Parse interface taking list of exemptions"
path: selint
- name: Build SELint