aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar slowpeek <83845566+slowpeek@users.noreply.github.com>2022-09-02 21:10:08 +0300
committerLibravatar GitHub <noreply@github.com>2022-09-02 18:10:08 +0000
commitc7148b80080ee4d0a3986a834dca5945db1b5768 (patch)
tree97f169c6a8d71ff124e1efeca6a2e6f744660635
parenttypos (diff)
downloadfirejail-c7148b80080ee4d0a3986a834dca5945db1b5768.tar.gz
firejail-c7148b80080ee4d0a3986a834dca5945db1b5768.tar.zst
firejail-c7148b80080ee4d0a3986a834dca5945db1b5768.zip
Make /etc/ssh/ssh_config.d visible for ssh (#5353)
-rw-r--r--etc/inc/allow-ssh.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/allow-ssh.inc b/etc/inc/allow-ssh.inc
index 5d41e6607..024d87be7 100644
--- a/etc/inc/allow-ssh.inc
+++ b/etc/inc/allow-ssh.inc
@@ -5,6 +5,7 @@ include allow-ssh.local
5noblacklist ${HOME}/.ssh 5noblacklist ${HOME}/.ssh
6noblacklist /etc/ssh 6noblacklist /etc/ssh
7noblacklist /etc/ssh/ssh_config 7noblacklist /etc/ssh/ssh_config
8noblacklist /etc/ssh/ssh_config.d
8noblacklist ${PATH}/ssh 9noblacklist ${PATH}/ssh
9noblacklist /tmp/ssh-* 10noblacklist /tmp/ssh-*
10# Arch Linux and derivatives 11# Arch Linux and derivatives