From e6cc6c7b13f6495ffb2688509c2bcf2fc5793b7e Mon Sep 17 00:00:00 2001 From: James Elford Date: Sun, 17 Sep 2017 15:47:44 +0100 Subject: Set `shell none` for ssh-agent configuration It's common to invoke ssh-agent in shell login config, so if firejail launches it through a shell, that can lead to an infinite loop --- etc/ssh-agent.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/ssh-agent.profile b/etc/ssh-agent.profile index 7e9d34c92..fa5728d9b 100644 --- a/etc/ssh-agent.profile +++ b/etc/ssh-agent.profile @@ -16,6 +16,7 @@ include /etc/firejail/disable-common.inc include /etc/firejail/disable-passwdmgr.inc include /etc/firejail/disable-programs.inc +shell none caps.drop all netfilter no3d -- cgit v1.2.3-54-g00ecf