diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-11-07 15:59:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-11-07 15:59:40 -0300 |
commit | f8c7527d84e6c6e547fa482b0162979114d6687c (patch) | |
tree | 24a78d6addc6240c26e02915e72b4a71b681d141 | |
parent | a2269d527fd7ca12f523ee709faeaa41a3190ba7 (diff) | |
download | profile-f8c7527d84e6c6e547fa482b0162979114d6687c.tar.gz profile-f8c7527d84e6c6e547fa482b0162979114d6687c.tar.bz2 |
Fix: firejail: suspend restrictions preventing msmtp to use the passwordeval option
-rw-r--r-- | config.dot/firejail/mutt.profile.link | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config.dot/firejail/mutt.profile.link b/config.dot/firejail/mutt.profile.link index 2592b5a..9e809d0 100644 --- a/config.dot/firejail/mutt.profile.link +++ b/config.dot/firejail/mutt.profile.link @@ -55,15 +55,17 @@ netfilter no3d nodvd nogroups -nonewprivs noroot nosound notv nou2f novideo -protocol unix,inet,inet6 -seccomp -shell none writable-run-user +# These restrictions prevent msmtp to use the passwordeval option +#nonewprivs +#protocol unix,inet,inet6 +#seccomp +#shell none + private-dev |