mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2226] Execute firecfg on every change? #1496
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#1496
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?
Originally created by @francoism90 on GitHub (Oct 29, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2226
To use Firejail as default, one can use
# firecfgto create symlinks and fix*.desktopfiles.Would it be useful to have a package manager hook and/or systemd service to allow checking and recreating this on every boot?
Is this concerned as a bad practice?
Thanks.
@SkewedZeppelin commented on GitHub (Oct 29, 2018):
But why?
@francoism90 commented on GitHub (Oct 29, 2018):
@SkewedZeppelin When installing new and/or removing applications, entries are getting out-of-dated or not symlinked at all.
@reinerh commented on GitHub (Oct 30, 2018):
For Debian-based systems you could install a trigger in /etc/apt/apt.conf.d/ that will run firecfg each time after you install something with apt (something like
Dpkg::Post-Invoke {"firecfg";}(untested)).https://wiki.debian.org/AptConf
@francoism90 commented on GitHub (Oct 30, 2018):
@reinerh That's actually a better idea! On Arch Linux pacman hooks are available and can do the same thing. :)
@SkewedZeppelin commented on GitHub (Oct 31, 2018):
@francoism90 feel free to make a PR adding the systemd unit file and the pacman alpm hook to the contrib directory