mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4383] move noblacklist ${HOME}/.bogofilter to email-common.profile for claws-mail (and other mailers) #2644
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#2644
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 @jonleivent on GitHub (Jul 3, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4383
In a 0.9.58.2 claws-mail profile, the home .bogofilter subdirectory was not blacklisted. In 0.9.64 it is, so I had to add a
noblacklist ${HOME}/.bogofilterto my claws-mail.local profile. Apparently, this was a change to the disable-programs.inc file that is compensated for by some other email profiles (notably evolution and mutt) doing their own noblacklist. However, as bogofilter is applicable to many other email apps (such as claws-mail), I think thenoblacklist ${HOME}/.bogofiltershould be moved to email-common.profile.@ghost commented on GitHub (Jul 4, 2021):
Nice catch. Currently
email-common.profileis only included by claws-mail and sylpheed profiles. So instead of rewriting all our email-related profiles to include that common file we can add it to email-common.profile to provide support for bogofilter in claws-mail.Can you open a PR for this?
@rusty-snake commented on GitHub (Aug 4, 2021):
Ping
@marek22k commented on GitHub (Mar 7, 2023):
Shouldn't be there the same for bsfilter?
${HOME}/.bsfilter?@ghost commented on GitHub (Mar 7, 2023):
If that's the correct path bsfilter uses you can add it yes. I never used bsfilter so can you open a PR for this please? See
f4b36e8032.