mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2410] Firecfg claims "symlinks were created", though none working #1607
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#1607
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 @rugabunda on GitHub (Feb 17, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2410
Using Lubuntu 18.10 LXQT. (Cosmic Cuttlefish) Depending on your internet speed, you can test to recreate with this pre-made vm in just minutes: https://www.osboxes.org/lubuntu/ what an amazing os. fastest & sexiest ever made imo.
Solution? Must add 'firejail' in .desktop links under /user/share/application after "exec", then firejail loads them fine in terminal, desktop link, start menu, and third party app URL's for browsers; would recommend firecfg does both to avoid such confusion in the future. Even wget is listed there.
@SkewedZeppelin commented on GitHub (Feb 17, 2019):
please do not do this
can you post the output of
$PATH, you might not have /usr/local/bin in yours@rugabunda commented on GitHub (Feb 18, 2019):
sorry but its the only thing that works for me, so I must at the moment for firejail to work globally. if you can explain why you don't recommend this, i would appreciate that; it would help a lot of people if you added firejail to desktop application configurations.
bash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin: No such file or directory
@rugabunda commented on GitHub (Feb 18, 2019):
still not working; however, adding firejail to .desktop application configuration manually does work.
@rugabunda commented on GitHub (Feb 18, 2019):
Oh i notice firejail does check .destkop files, will firecfg --fix fix this issue for me, or will this remove my custom modifications?
@SkewedZeppelin commented on GitHub (Feb 18, 2019):
that is for fixing hardcoded program paths
.
.
your $PATH seems fine and firecfg did make the symlinks
are you logged in as root?
what is the output of running eg.
firejail /usr/bin/wgetwhat about
which wget@rugabunda commented on GitHub (Feb 18, 2019):
it says wget, missing url etc. i am logged on as admin. i ran firejail as sudo, not 'sudo -i' root.
interestingly yesterday when I ran wget (url large file), using another terminal with firejail --list showed wget was not firejailed. however it is working now. I will test other apps and remove my custom .desktop changes and see what happens now.
@rugabunda commented on GitHub (Feb 18, 2019):
Confirmed, everything is working as intended. I have no idea what the heck happened but its all good now. Just one question o/t from the original question, when I load tor browser, firejail shows tor-browser-launcher is firejailed. however once the actual tor browser is opened, firejail does not list tor-browser... are extra steps necessary, or does a firejailed tor-browser-launcher cover all child processes
@rugabunda commented on GitHub (Feb 18, 2019):
updated previous comment for clarity
@rugabunda commented on GitHub (Feb 18, 2019):
Does apparmor firefox set to enforce require running firejail --apparmor firefox? or is this redundant, thank y ou