mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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.
This commit is contained in:
parent
a3b77a17fc
commit
3736925967
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue