mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #667] Firecfg does not work for programmes in /usr/local/bin #458
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#458
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 @Fred-Barclay on GitHub (Jul 30, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/667
This isn't exactly firecfg's fault, but whenever a programme is already installed to /usr/loca/bin, then firecfg fails to create a link/launcher for it.
For example, the debian package for gitter installs to /usr/local/bin/gitter by default. Even though gitter is listed in src/firecfg/firecfg.config, firecfg does not (re)create /usr/local/bin/gitter.
I don't know what to suggest about this but just wanted to point it out. 😄
Cheers!
@reinerh commented on GitHub (Jul 30, 2016):
That is also a bug in the package. They are not supposed to place files in /usr/local.
@netblue30 commented on GitHub (Jul 31, 2016):
Bug!
@chiraag-nataraj commented on GitHub (Aug 19, 2018):
I ran into this issue recently as well, since I have both a distro-installed version of a program as well as a self-compiled (updated) version from Github (incidentally enough, it was because I patched the program to honor
$TMPDIRso that I could use it with firejail!). I don't see how we can solve it though, at least not nicely. We could move the offending binary to/usr/bin, but that has issues in e.g. my case (where I have the same binary in two different places and want both versions). Or, we could emit a warning and skip it. How about we emit a warning and proceed without doing anything?