aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-10-25 22:46:23 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-11-26 06:40:34 -0300
commit78bbcb7462e776fbf5ccc2a12484e663f777e172 (patch)
tree78a07a328a9833c8c88ddf5df6ee43e2e37e975c /.github
parentlutris.profile: fix seccomp arguments (diff)
downloadfirejail-78bbcb7462e776fbf5ccc2a12484e663f777e172.tar.gz
firejail-78bbcb7462e776fbf5ccc2a12484e663f777e172.tar.zst
firejail-78bbcb7462e776fbf5ccc2a12484e663f777e172.zip
ci: re-enable sort.py
It was disabled on commit df6ea884f ("merges, disable sort.py in profile checks temporarely, two more private-etc profiles", 2023-02-14). Currently all profiles are sorted and there are no ongoing `private-etc` changes, so it should be safe to re-enable. Note that the script is useful to catch sorting issues not only in `private-etc` but also in other commands, such as `seccomp`[1] [2]. This is a follow-up to #6070. Relates to #5610. [1] https://github.com/netblue30/firejail/pull/6066#discussion_r1372055800 [2] https://github.com/netblue30/firejail/pull/6067#discussion_r1372027243
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-profiles.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/check-profiles.yml b/.github/workflows/check-profiles.yml
index b5490c944..0185376a4 100644
--- a/.github/workflows/check-profiles.yml
+++ b/.github/workflows/check-profiles.yml
@@ -43,10 +43,10 @@ jobs:
43 run: ./ci/printenv.sh 43 run: ./ci/printenv.sh
44 - run: python3 --version 44 - run: python3 --version
45 45
46# - name: sort.py 46 - name: sort.py
47# run: > 47 run: >
48# ./ci/check/profiles/sort.py 48 ./ci/check/profiles/sort.py
49# etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile 49 etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile
50# Currently broken (see #5610) 50# Currently broken (see #5610)
51# - name: private-etc-always-required.sh 51# - name: private-etc-always-required.sh
52# run: > 52# run: >