mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2089] Have firecfg install to ${HOME}/bin instead of /usr/local/bin? #1416
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#1416
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 @chiraag-nataraj on GitHub (Aug 20, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2089
If we install to
${HOME}/bin, we can solve the issues detailed in #1902 and #667.@Vincent43 commented on GitHub (Aug 20, 2018):
${HOME}/binisn't inPATHby default on most systems. Moreover prepending it inPATHis dangerous as it allows for overwriting i.e.sudo,mountor any other binary with something malicious.@chiraag-nataraj commented on GitHub (Aug 20, 2018):
@Vincent43 Shit. Yeah, you're right. Is there anywhere else we can install it that is per-user?
@reinerh commented on GitHub (Aug 21, 2018):
you could let the user decide where he wants to have them installed (so that he could for example run:
firecfg --bindir ~/.bin).@netblue30 commented on GitHub (Aug 21, 2018):
I guess that's the best way to go.
@netblue30 commented on GitHub (Aug 26, 2018):
all set:
fc7a9505c5