mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6778] man: Cannot start application: Permission denied (fish shell on Chimera Linux) #3369
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#3369
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 @matu3ba on GitHub (Jun 13, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6778
Description
When invoking from fish shell on Chimera Linux programs with path traversal, I get permission denied errors.
Steps to Reproduce
Steps to reproduce the behavior
LC_ALL=C /usr/local/bin/manorfirejail --noprofile manormanwithfirecfgsetting up the symlink in/usr/local/bin/manCannot start application: Permission deniedExpected behavior
Output
and definitely not
Cannot start applicationorPermission denied.Actual behavior
Output
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin aterminal?
Additional context
Any other detail that may help to understand/debug the problem
Problem is not reproducible in bash or default shell of Chimera Linux.
envprints includingLANG=C.UTF-8, LC_COLLATE=C.Interestingly, I have an entry
Warning: cannot create /usr/local/bin/man - already exists! Skipping...on runningdoas firecfg, which could be related.Environment
uname -srm): Linux 6.15.1-0-generic x86_64mesa 1:24.3.3-2"): man
firejail --version): firejail version 0.9.75was compiled (
git rev-parse HEAD):facaa03df9Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
firejail /usr/bin/manOutput of
firejail --debug /usr/bin/man@matu3ba commented on GitHub (Jun 13, 2025):
Not sure, if firejail wants to support Chimera Linux or upstream Chimera Linux wants to support firejail. I wanted to open this, since it is an annoying problem.