aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar tools200ms <129609883+tools200ms@users.noreply.github.com>2024-04-20 19:01:09 +0200
committerLibravatar GitHub <noreply@github.com>2024-04-20 17:01:09 +0000
commit373692596728305ae0be70d198c674e18ebeaa10 (patch)
tree7787e4438dfda33e4070342690c7a8c60a79a4ac
parentNew profile: axel (#6315) (diff)
downloadfirejail-master.tar.gz
firejail-master.tar.zst
firejail-master.zip
profiles: allow-ssh: allow /etc/ssh/ssh_revoked_hosts (#6309)HEADmaster
The path is used in the Gentoo net-misc/openssh package (9.6_p1-r3). Fixes #6308.
-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 6b2c5846e..d4895b82e 100644
--- a/etc/inc/allow-ssh.inc
+++ b/etc/inc/allow-ssh.inc
@@ -6,6 +6,7 @@ noblacklist ${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 /etc/ssh/ssh_config.d
9noblacklist /etc/ssh/ssh_revoked_hosts # RevokedHostKeys on Gentoo
9noblacklist ${PATH}/ssh* 10noblacklist ${PATH}/ssh*
10noblacklist /tmp/ssh-* 11noblacklist /tmp/ssh-*
11# Arch Linux and derivatives 12# Arch Linux and derivatives