mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5871] [MERGED] modif: improve errExit error messages #5703
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#5703
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/5871
Author: @kmk3
Created: 6/28/2023
Status: ✅ Merged
Merged: 7/1/2023
Merged by: @kmk3
Base:
master← Head:improve-errexit📝 Commits (4)
33fb2beDeduplicate calls similar to errExit1989a0fcommon.h: line-wrap errExite06c3e9common.h: use func instead of FUNCTIONb963fe4Improve errExit error messages📊 Changes
31 files changed (+42 additions, -14 deletions)
View changed files
📝
config.mk.in(+1 -1)📝
src/etc-cleanup/Makefile(+1 -0)📝
src/fbuilder/Makefile(+1 -0)📝
src/fbuilder/utils.c(+1 -3)📝
src/fcopy/Makefile(+1 -0)📝
src/fids/Makefile(+1 -0)📝
src/firecfg/Makefile(+1 -0)📝
src/firejail/Makefile(+1 -0)📝
src/firejail/util.c(+1 -3)📝
src/firemon/Makefile(+1 -0)📝
src/fldd/Makefile(+1 -0)📝
src/fnet/Makefile(+1 -0)📝
src/fnetfilter/Makefile(+1 -0)📝
src/fnettrace-dns/Makefile(+1 -0)📝
src/fnettrace-icmp/Makefile(+1 -0)📝
src/fnettrace-sni/Makefile(+1 -0)📝
src/fnettrace/Makefile(+1 -0)📝
src/fsec-optimize/Makefile(+1 -0)📝
src/fsec-print/Makefile(+1 -0)📝
src/fseccomp/Makefile(+1 -0)...and 11 more files
📄 Description
Main changes:
Before:
After:
Note: This clarifies which is the exact file that the error message
comes from, as there are many source files with the same name. For
example:
Kind of relates to #3325.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.