mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1059] Firejailed Gajim doesn't start on Debian 9 #723
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#723
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 @roadkillazpartybird on GitHub (Jan 20, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1059
Hi!
Debian 9 GNOME
firejail version 0.9.44.4
gajim version 0.16.6-1
It runs fine without firejail, After running 'firejail gajim' it fails to open with error message:
I tried adding these 2 lines to the profile with no success:
whitelist ${HOME}/.cache/gajim/gajim.pid
whitelist /home/bigeagle/.cache/gajim/gajim.pid
I also tried altering the permissions of that file to 666 instead of 644, no luck.
Any ideas on what might be wrong?
@netblue30 commented on GitHub (Jan 20, 2017):
I'll take a look, thanks for the bug.
@alexkowalski commented on GitHub (Feb 4, 2017):
gajim.profile is missing
for these directories that are blacklisted in disable-programs.inc.
@netblue30 commented on GitHub (Feb 4, 2017):
The problem is on 0.9.44-bugfix branch only, on mainline is fine. I put a fix in 0.9.44-bugfix branch, thank you for the bug.