aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ssh-agent.profile
diff options
context:
space:
mode:
authorLibravatar James Elford <james.p.elford@gmail.com>2017-09-17 15:47:44 +0100
committerLibravatar James Elford <james.p.elford@gmail.com>2017-09-17 15:47:44 +0100
commite6cc6c7b13f6495ffb2688509c2bcf2fc5793b7e (patch)
treef4020ce4c0f31a226118ba2f9a25939eda9f5d69 /etc/ssh-agent.profile
parentcleanup (diff)
downloadfirejail-e6cc6c7b13f6495ffb2688509c2bcf2fc5793b7e.tar.gz
firejail-e6cc6c7b13f6495ffb2688509c2bcf2fc5793b7e.tar.zst
firejail-e6cc6c7b13f6495ffb2688509c2bcf2fc5793b7e.zip
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
Diffstat (limited to 'etc/ssh-agent.profile')
-rw-r--r--etc/ssh-agent.profile1
1 files changed, 1 insertions, 0 deletions
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
16include /etc/firejail/disable-passwdmgr.inc 16include /etc/firejail/disable-passwdmgr.inc
17include /etc/firejail/disable-programs.inc 17include /etc/firejail/disable-programs.inc
18 18
19shell none
19caps.drop all 20caps.drop all
20netfilter 21netfilter
21no3d 22no3d