mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3528] discord profile does not work when user is using the fish shell #2218
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#2218
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 @4e554c4c on GitHub (Jul 19, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3528
Bug and expected behavior
Bug
When running discord with
firejail discordthe errorexecvp: No such file or directoryis reported.When running with
--debug, it seems that immediately before firejail is running the syscallexecvp("/usr/bin/fish", ["/usr/bin/fish", "-c", "'discord'"])which then fails.Expected behavior
Command line is run under an allowed shell such as
bashor$SHELLis added to the allowlist.Solution
Runs fine with
env SHELL=bash firejail discordReproduction
env SHELL=fish firejail --debug discordLog
@rusty-snake commented on GitHub (Jul 20, 2020):
Should be fixed, thanks for the report.