mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5206] [MERGED] build: fix file mode of shell scripts (644 -> 755) #5403
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5403
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/5206
Author: @kmk3
Created: 6/16/2022
Status: ✅ Merged
Merged: 6/17/2022
Merged by: @netblue30
Base:
master← Head:fix-file-mode-sh📝 Commits (1)
8169369build: fix file mode of shell scripts (644 -> 755)📊 Changes
2 files changed (+0 additions, -0 deletions)
View changed files
📝
src/fgit/fgit-uninstall.sh(+0 -0)📝
src/tools/extract_errnos.sh(+0 -0)📄 Description
Some shell scripts are not executable, so fix their file modes:
Files changed:
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.
Cc: @netblue30 @wader
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.