aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-16 18:14:46 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-16 19:51:51 -0300
commit81693691489a5a00705fde1cff86cf834167d0c1 (patch)
tree9bfaa2bb7ac7bd027f99cbb7bded34d82bc5140d
parentfix artha and add dbus-user filtering (diff)
downloadfirejail-81693691489a5a00705fde1cff86cf834167d0c1.tar.gz
firejail-81693691489a5a00705fde1cff86cf834167d0c1.tar.zst
firejail-81693691489a5a00705fde1cff86cf834167d0c1.zip
build: fix file mode of shell scripts (644 -> 755)
Some shell scripts are not executable, so fix their file modes: $ git grep -Elz '^#!/bin/(ba)?sh' | xargs -0 -I '{}' \ chmod +x '{}' Files changed: * src/fgit/fgit-uninstall.sh * src/tools/extract_errnos.sh Note: I have manually checked that the files above are indeed intended to be executable directly and not just sourced, as a script of the latter kind could also contain a shebang (for example, to help ensure proper syntax highlighting). Misc: The affected files were added on commit e46dd3e95 ("git-install", 2017-02-04) and on commit 081d1fbf2 ("Add seccomp errno filter support", 2015-09-23) / PR #66, respectively.
-rwxr-xr-x[-rw-r--r--]src/fgit/fgit-uninstall.sh0
-rwxr-xr-x[-rw-r--r--]src/tools/extract_errnos.sh0
2 files changed, 0 insertions, 0 deletions
diff --git a/src/fgit/fgit-uninstall.sh b/src/fgit/fgit-uninstall.sh
index d40f90320..d40f90320 100644..100755
--- a/src/fgit/fgit-uninstall.sh
+++ b/src/fgit/fgit-uninstall.sh
diff --git a/src/tools/extract_errnos.sh b/src/tools/extract_errnos.sh
index bb430b3e1..bb430b3e1 100644..100755
--- a/src/tools/extract_errnos.sh
+++ b/src/tools/extract_errnos.sh