aboutsummaryrefslogtreecommitdiffstats
path: root/ci/check/profiles/sort-firecfg.config.sh
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-10-26 15:24:21 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-10-29 11:00:06 +0200
commit0aa66649efa11e9c3c4d341f8a42f2eef8e942de (patch)
tree0fb38be7b45d5c1b91197372795829779363c40c /ci/check/profiles/sort-firecfg.config.sh
parentSort src/firecfg/firecfg.config (diff)
downloadfirejail-0aa66649efa11e9c3c4d341f8a42f2eef8e942de.tar.gz
firejail-0aa66649efa11e9c3c4d341f8a42f2eef8e942de.tar.zst
firejail-0aa66649efa11e9c3c4d341f8a42f2eef8e942de.zip
Add Profile Checks
Diffstat (limited to 'ci/check/profiles/sort-firecfg.config.sh')
-rwxr-xr-xci/check/profiles/sort-firecfg.config.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/check/profiles/sort-firecfg.config.sh b/ci/check/profiles/sort-firecfg.config.sh
new file mode 100755
index 000000000..17a595350
--- /dev/null
+++ b/ci/check/profiles/sort-firecfg.config.sh
@@ -0,0 +1,2 @@
1#!/bin/sh
2tail -n +4 "$1" | sed 's/^# /#/' | LC_ALL=C sort -c -d