diff options
Diffstat (limited to '.config/firejail/neomutt.profile')
-rw-r--r-- | .config/firejail/neomutt.profile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.config/firejail/neomutt.profile b/.config/firejail/neomutt.profile index 0a43c6f..0934bd1 100644 --- a/.config/firejail/neomutt.profile +++ b/.config/firejail/neomutt.profile | |||
@@ -16,6 +16,7 @@ whitelist ${HOME}/.mbsyncrc | |||
16 | whitelist ${HOME}/.config/mbsync | 16 | whitelist ${HOME}/.config/mbsync |
17 | whitelist ${HOME}/.config/msmtp | 17 | whitelist ${HOME}/.config/msmtp |
18 | whitelist ${HOME}/.w3m | 18 | whitelist ${HOME}/.w3m |
19 | whitelist ${HOME}/attachments | ||
19 | 20 | ||
20 | noblacklist ${HOME}/.Mail | 21 | noblacklist ${HOME}/.Mail |
21 | noblacklist ${HOME}/.cache/mutt | 22 | noblacklist ${HOME}/.cache/mutt |
@@ -31,22 +32,25 @@ noblacklist ${HOME}/.mbsyncrc | |||
31 | noblacklist ${HOME}/.config/mbsync | 32 | noblacklist ${HOME}/.config/mbsync |
32 | noblacklist ${HOME}/.config/msmtp | 33 | noblacklist ${HOME}/.config/msmtp |
33 | noblacklist ${HOME}/.w3m | 34 | noblacklist ${HOME}/.w3m |
35 | whitelist ${HOME}/attachments | ||
34 | 36 | ||
35 | # Access to GPG for encrypting/decrypting/signing mail and passwords with pass | 37 | # Access to GPG for encrypting/decrypting/signing mail and passwords with pass |
36 | whitelist ${HOME}/.gnupg | ||
37 | noblacklist ${HOME}/.gnupg | 38 | noblacklist ${HOME}/.gnupg |
38 | whitelist ${RUNUSER}/gnupg | 39 | whitelist ${HOME}/.gnupg |
40 | noblacklist ${RUNUSER}/gnupg | ||
39 | 41 | ||
40 | # This assumes you keep mail account passwords under a separate directory named mail | 42 | # This assumes you keep mail account passwords under a separate directory named mail |
41 | # This to avoid exposing all passwords to the sandbox, only necessary ones | 43 | # This to avoid exposing all passwords to the sandbox, only necessary ones |
44 | noblacklist ${HOME}/.local/share/password-store | ||
42 | whitelist ${HOME}/.local/share/password-store/mail | 45 | whitelist ${HOME}/.local/share/password-store/mail |
43 | noblacklist ${HOME}/.local/share/password-store/mail | ||
44 | 46 | ||
45 | # abook | 47 | # abook |
46 | whitelist ${HOME}/.config/abook | 48 | whitelist ${HOME}/.config/abook |
47 | whitelist ${HOME}/.local/share/abook | 49 | whitelist ${HOME}/.local/share/abook |
48 | 50 | ||
51 | # Breaks GPG when enabled | ||
49 | #include whitelist-runuser-common.inc | 52 | #include whitelist-runuser-common.inc |
53 | |||
50 | writable-run-user | 54 | writable-run-user |
51 | blacklist /tmp/.X11-unix | 55 | blacklist /tmp/.X11-unix |
52 | blacklist ${RUNUSER}/wayland-* | 56 | blacklist ${RUNUSER}/wayland-* |