mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1648] Mutt cannot get to the email user file #1109
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#1109
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 @lhernanz on GitHub (Nov 15, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1648
Ubuntu 16.04 running 0.9.50. Mutt cannot get to /var/mail/username as /var/mail is blacklisted in disable-common.inc.
A
noblacklist /var/mailclause is needed in the mutt profile.@Fred-Barclay commented on GitHub (Nov 15, 2017):
G'day @lhernanz !
This was added by @smitsohu in
a3b053dba9. You should see this when firejail 0.9.52 is released. 😄Cheers!
Fred
@lhernanz commented on GitHub (Nov 16, 2017):
Thanks!
Next time I will look into master to see if you have already fixed the problem. This project is evolving really fast :)
@lhernanz commented on GitHub (Jan 29, 2018):
I updated to 0.9.52-2. Mutt can get to the spool file now, but only in read-only mode. Probably the reason is the default configuration where var is mounted in read-only mode. Can you add a
writable-varor similar so that mutt can write into the file?Thanks