aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-11-09 07:18:31 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-11-09 07:18:31 -0500
commite479ac000074b096559bc16bd0b6886dc03f2f45 (patch)
treeb9d9468cbc6448935f857e7e1bf336cc979a7c67 /etc/profile-m-z
parentMerge pull request #4574 from a1346054/shellcheck-fix (diff)
downloadfirejail-e479ac000074b096559bc16bd0b6886dc03f2f45.tar.gz
firejail-e479ac000074b096559bc16bd0b6886dc03f2f45.tar.zst
firejail-e479ac000074b096559bc16bd0b6886dc03f2f45.zip
disable-common.inc: blacklist ssh
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/ssh-agent.profile1
-rw-r--r--etc/profile-m-z/ssh.profile1
2 files changed, 0 insertions, 2 deletions
diff --git a/etc/profile-m-z/ssh-agent.profile b/etc/profile-m-z/ssh-agent.profile
index 9d3fe9637..11723664f 100644
--- a/etc/profile-m-z/ssh-agent.profile
+++ b/etc/profile-m-z/ssh-agent.profile
@@ -11,7 +11,6 @@ include allow-ssh.inc
11 11
12blacklist /tmp/.X11-unix 12blacklist /tmp/.X11-unix
13blacklist ${RUNUSER}/wayland-* 13blacklist ${RUNUSER}/wayland-*
14noblacklist /usr/lib/openssh/ssh-keysign
15 14
16include disable-common.inc 15include disable-common.inc
17include disable-programs.inc 16include disable-programs.inc
diff --git a/etc/profile-m-z/ssh.profile b/etc/profile-m-z/ssh.profile
index 194b2082c..9295013e7 100644
--- a/etc/profile-m-z/ssh.profile
+++ b/etc/profile-m-z/ssh.profile
@@ -10,7 +10,6 @@ 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
14 13
15# Allow ssh (blacklisted by disable-common.inc) 14# Allow ssh (blacklisted by disable-common.inc)
16include allow-ssh.inc 15include allow-ssh.inc