From b7e60f6d4a55ab25d75b9489e4c0ac2cd7acd2d0 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Thu, 29 Dec 2016 18:56:15 -0800 Subject: [PATCH] unjail mutt Firejail won't run jails inside of other firejails, which means that if I jail Mutt I can't use firewarden in my mailcap to open attachments. Mutt doesn't do a whole lot itself, and even when it is jailed, my mail is synced outside of the Mutt jail via the systemd timer. So I think I'd rather be able to use firewaden in my mailcap. --- roles/mail/tasks/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/roles/mail/tasks/main.yml b/roles/mail/tasks/main.yml index 3415170..cf1662d 100644 --- a/roles/mail/tasks/main.yml +++ b/roles/mail/tasks/main.yml @@ -4,13 +4,6 @@ tags: - aur -- name: Jail mutt - file: src=/usr/bin/firejail - dest=/usr/local/bin/mutt - state=link - tags: - - firejail - - name: Push mutt firejail profile copy: src=firejail/mutt.profile dest=/usr/local/etc/firejail/mutt.profile notify: