mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2209] Firejail breaks gajim #1482
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#1482
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 @qazip on GitHub (Oct 20, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2209
Using latest version of firejail. Here's the output of 'gajim':
@Fred-Barclay commented on GitHub (Oct 20, 2018):
I can't replicate on Arch. What distro and version of gajim are you using?
Cheers!
@qazip commented on GitHub (Oct 20, 2018):
I am using antergos. I used firecfg.
@qazip commented on GitHub (Oct 21, 2018):
@Fred-Barclay, why would you not be able to replicate? Can you provide your gajim profile and both versions of your firejail and gajim?
@Fred-Barclay commented on GitHub (Oct 21, 2018):
I don't know. 😕 I've build firejail from yesterday's commit (
7c481eb43c) so my profile is92bff8a23c/etc/gajim.profile@SkewedZeppelin commented on GitHub (Oct 21, 2018):
I too cannot reproduce under firejail from master with gajim 1.0.3
You might have a broken install of python or something under Antergos, have you fully updated recently?
sudo pacman -Syyuu@qazip commented on GitHub (Oct 22, 2018):
That is weird. I have everything properly updated. I tried running with that profile and it still doesn't run. Though it runs with --noprofile. What exactly does --noprofile do? Later I will try commenting line by line, to see where it breaks..
@qazip commented on GitHub (Oct 22, 2018):
So, I found out that commenting
#private-bin python,python3,sh,gpg,gpg2,gajimmakes it work. Any idea why?@smitsohu commented on GitHub (Oct 30, 2018):
If you run
firejail --build gajimand then close the program again, there should be a line with private-bin.Does it contain something that is not yet in the profile?
EDIT: Nevermind, I just realized it is not working with Gajim.
@cron0mat commented on GitHub (Oct 31, 2018):
I can confirm the same error on Ubuntu 18.10 with
Gajim 1.1.0 beta1-1 and
firejail 0.9.56-1 ubuntu18.10.0
Commenting private-bin as above mentioned makes gajim work again.
@Gronkdalonka commented on GitHub (Nov 12, 2018):
Same for me on Debian stretch with
Gajim 1.1.0-beta2-1
Firejail 0.9.56-2
Seems only to be a problem though if apparmor is enabled.
private-bin workaround is working here as well.
@rusty-snake commented on GitHub (Dec 27, 2018):
I had the same problem. (F29, Gajim 1.0.3)
See #2313. Does
ceb47b1work for everyone?@rusty-snake commented on GitHub (Dec 28, 2018):
If this works for all, we can close here.
@rusty-snake commented on GitHub (Apr 10, 2019):
Closing here, feel free to reopen.