mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3957] Error: execute permission denied for /usr/local/bin/firefox #2473
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#2473
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 @Futureknows on GitHub (Feb 7, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3957
Updating to latest Firejail from git (0.9.63) broke Firefox in Fedora.
It's looking for /usr/local/bin/firefox.
When I specify the bin path from konsole:
$ firejail /usr/bin/firefoxIt appears to launch normally as with previous builds but the GUI never appears.
This appears similar to #2380.
@rusty-snake commented on GitHub (Feb 7, 2021):
The latest is 0.9.65. Is this a typo? What shows
firejail --version?@ghost commented on GitHub (Feb 7, 2021):
How did you build firejail from git exactly?
@rusty-snake commented on GitHub (Feb 7, 2021):
This reminds me of https://github.com/netblue30/firejail/issues/3333#issuecomment-612601102. @Futureknows does
firejail /usr/bin/firefoxwork?@Futureknows commented on GitHub (Feb 7, 2021):
git clone https://github.com/netblue30/firejail.git
cd firejail
./configure && make && sudo make install-strip
On Sun, Feb 7, 2021 at 12:01 PM glitsj16 notifications@github.com wrote:
@rusty-snake commented on GitHub (Feb 7, 2021):
When did you the
git clone? If it was in the last week it can not be 0.9.63.@Futureknows commented on GitHub (Feb 7, 2021):
Within the last few days.
I rolled back my system and now it is working as before git update, but
Firejail still reports 0.9.63.
I don't have Firejail installed from a package manager.
On Sun, Feb 7, 2021 at 12:51 PM rusty-snake notifications@github.com
wrote:
@Futureknows commented on GitHub (Feb 7, 2021):
I noticed I have Firejail binaries in /usr/bin/ as well as /usr/local/bin/. I suspect they are conflicting.
@Futureknows commented on GitHub (Feb 7, 2021):
After removing 0.9.63 binary from /usr/local/bin/, I updated from git and everything works again.