mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3705] [CLOSED] Improve firejail exec failure logging #4856
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#4856
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/3705
Author: @sfc-gh-dbrown
Created: 10/27/2020
Status: ❌ Closed
Base:
master← Head:dbrown-SNOW-203610-improve-exec-failure-logging📝 Commits (4)
88f9317Add publish rpm script (#2)0d92a91Parameterize host url (#3)01b6095Bump up sf version to 0.9.62.25544ca9Bump up version to 0.9.62.3📊 Changes
3 files changed (+67 additions, -0 deletions)
View changed files
➕
snowflake/build_and_publish_rpm.sh(+43 -0)➕
snowflake/publish_rpm.sh(+22 -0)➕
snowflake/version.sh(+2 -0)📄 Description
Firejail already does some basic checks to ensure that the child process looks launch-able, but there is a race between that check and the actual exec. This change writes strerror(errno) to stderr in the case that exec does fail.
This was tested by (temporarily) commenting out the existing checks that verify that the provide child is indeed a valid executable and then trying to launch something that wasn't runable.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.