From 78bbcb7462e776fbf5ccc2a12484e663f777e172 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 25 Oct 2023 22:46:23 -0300 Subject: 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 --- .github/workflows/check-profiles.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') 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: run: ./ci/printenv.sh - run: python3 --version -# - name: sort.py -# run: > -# ./ci/check/profiles/sort.py -# etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile + - name: sort.py + run: > + ./ci/check/profiles/sort.py + etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile # Currently broken (see #5610) # - name: private-etc-always-required.sh # run: > -- cgit v1.2.3-54-g00ecf