mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #948] gajim.profile fix #645
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#645
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 @ra1nb0w on GitHub (Nov 29, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/948
I added
noblacklist ${HOME}/.cache/gajim
noblacklist ${HOME}/.local/share/gajim
noblacklist ${HOME}/.config/gajim
above whitelist otherwise gajim doesn't start because .cache/gajim and others are root.
Is it the right fix?
thanks for your work!!
@valoq commented on GitHub (Nov 30, 2016):
Looks good, thank you for reporting.
I created a pull request to get this fixed.
@netblue30 shouldn't whitelist additionally have the same effect as noblacklist?
@netblue30 commented on GitHub (Nov 30, 2016):
all set in git, thanks!