aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/ssh.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-11-04 14:35:08 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-11-04 14:35:08 -0400
commitd681e0e2d9548c56bf67131b9fe4a75d8e1b9060 (patch)
tree7c5d2dc58bfc53f1daaf2791c3a01e5ec8eeff3f /etc/profile-m-z/ssh.profile
parentREADME: bump debian stable codename (diff)
downloadfirejail-d681e0e2d9548c56bf67131b9fe4a75d8e1b9060.tar.gz
firejail-d681e0e2d9548c56bf67131b9fe4a75d8e1b9060.tar.zst
firejail-d681e0e2d9548c56bf67131b9fe4a75d8e1b9060.zip
adding more SUID executables to disable-common.inc
Diffstat (limited to 'etc/profile-m-z/ssh.profile')
-rw-r--r--etc/profile-m-z/ssh.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-m-z/ssh.profile b/etc/profile-m-z/ssh.profile
index 9295013e7..194b2082c 100644
--- a/etc/profile-m-z/ssh.profile
+++ b/etc/profile-m-z/ssh.profile
@@ -10,6 +10,7 @@ include globals.local
10# nc can be used as ProxyCommand, e.g. when using tor 10# nc can be used as ProxyCommand, e.g. when using tor
11noblacklist ${PATH}/nc 11noblacklist ${PATH}/nc
12noblacklist ${PATH}/ncat 12noblacklist ${PATH}/ncat
13noblacklist /usr/lib/openssh/ssh-keysign
13 14
14# Allow ssh (blacklisted by disable-common.inc) 15# Allow ssh (blacklisted by disable-common.inc)
15include allow-ssh.inc 16include allow-ssh.inc