mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4182] Evolution 3.38.4 wont start using default profile #2567
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#2567
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 @ghost on GitHub (Apr 12, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4182
Bug and expected behavior
No profile and disabling firejail
firejail --noprofile /path/to/programin a terminal? Nothing, still the same/usr/bin/vlc)? It opened when i called it using/usr/bin/evolutionbinaryReproduce
Steps to reproduce the behavior:
firejail evolution** (evolution:3): ERROR **: 17:37:31.759: Failed to start dbus proxy: Failed to execute child process “/usr/bin/bwrap” (Permission denied)Environment
Additional context
Looks like a bwrap issue. I have poked other profiles for GNOME programs and noticed that GEdit now is not using firejail due to bwrap usage.
Checklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAMto get english error-messages.browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.debug output
@rusty-snake commented on GitHub (Apr 12, 2021):
"fixed" by
a04e63f97f (diff-af35b8a6ad30ea07f24afd1e685ff48567dd39b5ba7df80af8c601408290ffe3), read #3647 for more info.@ghost commented on GitHub (Apr 12, 2021):
Sorry, somehow i missed this. Commenting that bit in
/usr/lib64/firejail/firecfg.configand runningfirecfghelped, thank you.