Skip to content

Commit

Permalink
Provide a firejail profile for mutt
Browse files Browse the repository at this point in the history
This is part of hashbang/shell-etc#86
  • Loading branch information
KellerFuchs committed Aug 2, 2016
1 parent ae411f5 commit cf94d50
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .config/firejail/mutt.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Firejail profile for mutt

# In case GnuPG is called
noblacklist ~/.gnupg
mkdir ~/.gnupg
whitelist ~/.gnupg

# Allow access to mailboxes
whitelist ~/Mail
whitelist ~/sent
whitelist ~/postponed

# Allow executing /usr/sbin/sendmail
noblacklist /usr/sbin

# Generic sandboxing
caps.drop all
seccomp
protocol unix,inet,inet6
netfilter
tracelog
nonewprivs
noroot

include /etc/firejail/disable-common.inc
include /etc/firejail/disable-passwdmgr.inc
include /etc/firejail/disable-programs.inc
include /etc/firejail/disable-devel.inc

0 comments on commit cf94d50

Please sign in to comment.