mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #7074] [MERGED] modif: improve feature disabled warning/error messages #6305
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#6305
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/7074
Author: @kmk3
Created: 2/20/2026
Status: ✅ Merged
Merged: 2/21/2026
Merged by: @kmk3
Base:
master← Head:improve-config-disabled-msgs📝 Commits (8)
5736051profile.c: remove redundant arg_quiet checks1e31423firejail.h: add CFG_NONE to CFG enumb7a6adffirejail.h: sort CFG enum3192a24checkcfg.c: sort PARSE_YESNO sectionbe63ce1checkcfg.c: add cfgstr map of CFG enum and config name56cf205main.c: add noreturn attribute to exit_err_feature()9f55fd8checkcfg.c: move feature warning/error functions into it4efbed7modif: improve feature disabled warning/error messages📊 Changes
4 files changed (+219 additions, -168 deletions)
View changed files
📝
src/firejail/checkcfg.c(+73 -15)📝
src/firejail/firejail.h(+24 -19)📝
src/firejail/main.c(+75 -82)📝
src/firejail/profile.c(+47 -52)📄 Description
Ensure that each message includes the relevant command that triggered
the message, the path to firejail.config and the source location for the
command (in the case of profiles).
Also, make sure to print the exact feature name from firejail.config and
put it in quotes.
Before:
After:
Relates to #6456 #7073.
Kind of relates to #3574.
Reported-by: @YASOONA
Reported-by: @ginto37
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.