mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1749] Thunderbird fails to execute child process (Operation not permitted) #1186
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#1186
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 @SecT0uch on GitHub (Jan 24, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1749
When I launch thunderbird I get the symbolic link warning :
And then, when I try to open an URL with thunderbird I got this one :
** (thunderbird:7): WARNING **: Could not launch default application for URI: Failed to execute child process “firefox” (Operation not permitted)**Is it a bug or is there a workaround for that ?
@smitsohu commented on GitHub (Jan 24, 2018):
Hi @SecT0uch What is your distro? Which firejail version do you use? Does it work with
firejail --noprofile thunderbird?@SecT0uch commented on GitHub (Jan 25, 2018):
Hi, my distro is Parrot OS (based on Debian), firejail is pre-installed.
I get exactly the same error with the
--noprofileoption.@smitsohu commented on GitHub (Jan 25, 2018):
Thanks. Could you check
sudo aa-statusif an apparmor profile for thunderbird is in enforce mode?If yes, could you run
sudo aa-disable usr.bin.thunderbirdand try it again?@SecT0uch commented on GitHub (Jan 25, 2018):
Indeed, thunderbird was in enforced mode.
And yes it works perfectly disabling the AppArmor profile.
I will try to get a clean profile and let you know.
Thanks a lot !