mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5876] [MERGED] feature: firecfg: add firecfg.d & add ignore command #5705
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#5705
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/5876
Author: @kmk3
Created: 7/1/2023
Status: ✅ Merged
Merged: 12/4/2023
Merged by: @netblue30
Base:
master← Head:firecfg-add-confdir-ignore📝 Commits (4)
ff1ba4dfirecfg: fix missing free and formatting62162e3firecfg: turn constant strings into constants2993298firecfg: parse config files in /etc/firejail/firecfg.def6cfb8firecfg: add ignore command and docs📊 Changes
4 files changed (+160 additions, -53 deletions)
View changed files
📝
Makefile(+1 -0)📝
src/firecfg/firecfg.h(+10 -0)📝
src/firecfg/main.c(+96 -49)📝
src/man/firecfg.1.in(+53 -4)📄 Description
Main changes:
/etc/firejail/firecfg.d/*.conffiles are parsed before/etc/firejail/firecfg.config, so the former can ignore/override any item in the
latter.
!PROGRAM)It prevents firecfg from creating a symlink for the given program.
Also, document the paths used and the config file syntax.
Suggested by @WhyNotHugo:
Closes #2097.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.