mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #850] Cherrytree doesn't find its database anymore #581
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#581
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 @curiosity-seeker on GitHub (Oct 9, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/850
Due to the latest latest change in cherrytree.profile, specifically the removal of whitelisting
~/.config/cherrytree, Cherrytree doesn't find its database anymore.At least in my case the Cherrytree config.cfg file is saved in that directory, too, and if I create a new database that directory is offered as the default one. Hence, its removal is a bit, well, overzealous.
@netblue30 commented on GitHub (Oct 9, 2016):
Try it now, @valoq put in with a fix.
@curiosity-seeker commented on GitHub (Oct 9, 2016):
Sorry, it doesn't work for me. That folder has to be whitelisted.
@netblue30 commented on GitHub (Oct 9, 2016):
I have removed the whitelisting for now, it is creating too many problems, thanks for letting me know.
@curiosity-seeker commented on GitHub (Oct 10, 2016):
That's not a big deal for me since I can use my own modified profile. I was only surprised by the added
noblacklist ${HOME}/.config/cherrytree/This has no effect, IMHO, because:
/etc/firejail/whitelist-common.incit was a whitelisted profile. Hence, without whitelisting that folder Cherrytree has no permission for it - noblacklist is not sufficient.Please correct me if I'm misunderstanding something!
@netblue30 commented on GitHub (Oct 11, 2016):
You are right, I just put a blacklist in disable-progams.inc, thanks.
@curiosity-seeker commented on GitHub (Oct 13, 2016):
Sorry for coming back! But the profile still contains an error:
The last slash in
noblacklist ${HOME}/.config/cherrytree/is too much! It should be
noblacklist ${HOME}/.config/cherrytree@netblue30 commented on GitHub (Oct 14, 2016):
fixed, thanks.