mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #650] Cyberfox #452
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#452
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 @hawkeye116477 on GitHub (Jul 26, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/650
Welcome! When I try to run "firejail cyberfox", appears "/bin/bash: cyberfox: command not found."
I also tried run "firejail ~/Apps/Cyberfox/Cyberfox", shows "Error: Access was denied while trying to open files in your profile directory." Any ideas?
@fkarl423 commented on GitHub (Jul 26, 2016):
It seems that cyberfox is not in any of your PATH directories and ~/Apps/Cyberfox/Cyberfox is likely not whitelisted in /etc/firejail/cyberfox.profile.
Either add the path of your cyberfox binary to the PATH variable or whitelist the path of your binary in cyberfox.profile.
@hawkeye116477 commented on GitHub (Jul 26, 2016):
I tried both solutions, but it didn't help.
@netblue30 commented on GitHub (Jul 27, 2016):
Do like this:
Create ~/.config/firejail directory:
Open a text editor and save this text into ~/.config/firejail/Cyberfox.profile file:
Run cyberfox:
@hawkeye116477 commented on GitHub (Jul 28, 2016):
Thanks, after this, displayed "Error access was denied...", but I fixed this by changing line: "noblacklist ~/.8pecxstudios/cyberfox" to "noblacklist ~/.8pecxstudios" and now work correctly.
@netblue30 commented on GitHub (Jul 28, 2016):
Thanks, I put the "noblacklist" in git also.