firejail/etc/inc/allow-ssh.inc
tools200ms 3736925967
profiles: allow-ssh: allow /etc/ssh/ssh_revoked_hosts (#6309)
The path is used in the Gentoo net-misc/openssh package (9.6_p1-r3).

Fixes #6308.
2024-04-20 17:01:09 +00:00

17 lines
533 B
Text

# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include allow-ssh.local
noblacklist ${HOME}/.ssh
noblacklist /etc/ssh
noblacklist /etc/ssh/ssh_config
noblacklist /etc/ssh/ssh_config.d
noblacklist /etc/ssh/ssh_revoked_hosts # RevokedHostKeys on Gentoo
noblacklist ${PATH}/ssh*
noblacklist /tmp/ssh-*
# Arch Linux and derivatives
noblacklist /usr/lib/ssh
# Debian/Ubuntu and derivatives
noblacklist /usr/lib/openssh
# Fedora and derivatives
noblacklist /usr/libexec/openssh