mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5809] claws-mail: bogofilter fails to create wordlist.db #3098
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#3098
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 @marek22k on GitHub (Apr 28, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5809
Description
Describe the bug
The wirdlist.db seems to be a SQLite database which is used by Bogofilter. When I run Claws-Mail without firejail and select an email, the file is created. However, when I run Claws-Mail with firejail, no file is created there.
Steps to reproduce the behavior
~/.bogofilter/Expected behavior
A wordlist.db with content
Actual behavior
No wordlist.db
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin aterminal?
A wordlist.db exist:
Additional context
Any other detail that may help to understand/debug the problem
Environment
Parrot OS (Debian-based)
firejail --version).was compiled (
git rev-parse HEAD).Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/programhttps://paste.i2pd.xyz/?419441a50f176960#HpvQxz8sbLuNLzwgUMXnZpy1KWDqFw51YSBcPB4Dm15G
@rusty-snake commented on GitHub (Apr 29, 2023):
Looks like we should add
whitelist ${HOME}/.bogofilter.@ghost commented on GitHub (Apr 29, 2023):
Bogofilter is packaged differently on Debian(-based) distributions apparently. On Arch Linux it depends on Perl, has scripts in /usr/share/bogofilter and uses /etc/bogofilter/bogofilter.cf for configuration. Debian uses /etc/bogofilter.cf as far as I could determine.
@marek22k Can you test with the below please?
@marek22k commented on GitHub (Apr 29, 2023):
That works!
@ghost commented on GitHub (Apr 29, 2023):
Thanks for confirming. I've opened #5810, so when that gets merged a future release will have it by default. Once that firejail release hits your OS you can remove the above from your email-common.local. Thanks for reporting!