mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #1034] [MERGED] etc: Support local customizations in *.inc #3831
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#3831
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/1034
Author: @KellerFuchs
Created: 1/9/2017
Status: ✅ Merged
Merged: 1/11/2017
Merged by: @netblue30
Base:
master← Head:disable-local📝 Commits (1)
ec719b9etc: Support local customizations in *.inc📊 Changes
10 files changed (+20 additions, -0 deletions)
View changed files
📝
etc/disable-common.inc(+3 -0)➕
etc/disable-common.local(+1 -0)📝
etc/disable-devel.inc(+3 -0)➕
etc/disable-devel.local(+1 -0)📝
etc/disable-passwdmgr.inc(+3 -0)➕
etc/disable-passwdmgr.local(+1 -0)📝
etc/disable-programs.inc(+3 -0)➕
etc/disable-programs.local(+1 -0)📝
etc/whitelist-common.inc(+3 -0)➕
etc/whitelist-common.local(+1 -0)📄 Description
This is useful for places, like hashbang.sh, which have site-specific modifications of the *.inc files.
With the current setup, the package manager cannot automatically install updated versions of those files, as it would need to somehow merge the site-specific and upstream changes. Having the site-specific changes in separate files solves this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.