Gentoo Archives: gentoo-commits

From: Kenton Groombridge <concord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: .github/workflows/
Date: Wed, 02 Nov 2022 14:42:55
Message-Id: 1667398011.12e3bfcac8a050cb19ce45b6d0a2bbea839ceec4.concord@gentoo
1 commit: 12e3bfcac8a050cb19ce45b6d0a2bbea839ceec4
2 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org>
3 AuthorDate: Tue Sep 20 13:31:23 2022 +0000
4 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 14:06:51 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=12e3bfca
7
8 Revise userspace and SELint versions in CI
9
10 Revert checkpolicy to 3.1 and set SELint to 1.3.0.
11
12 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
13
14 .github/workflows/tests.yml | 7 +++----
15 1 file changed, 3 insertions(+), 4 deletions(-)
16
17 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
18 index d7606088c..0055e3997 100644
19 --- a/.github/workflows/tests.yml
20 +++ b/.github/workflows/tests.yml
21 @@ -3,9 +3,8 @@ name: Build tests
22 on: [push, pull_request]
23
24 env:
25 - # 3.4 fails to validate, fixed with 88a703399f3f
26 - # ("libsepol: fix validation of user declarations in modules")
27 - SELINUX_USERSPACE_VERSION: checkpolicy-3.3
28 + # Minimum userspace version to build refpolicy.
29 + SELINUX_USERSPACE_VERSION: checkpolicy-3.1
30
31 jobs:
32 lint:
33 @@ -30,7 +29,7 @@ jobs:
34 with:
35 repository: SELinuxProject/selint
36 # support exclusions in interface arguments
37 - ref: '41a575e82dea5cd7f60b4fa7aeb84405dba3baba' # "Parse interface taking list of exemptions"
38 + ref: 'v1.3.0' # "Parse interface taking list of exemptions"
39 path: selint
40
41 - name: Build SELint