mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
ssh: whitelist gcr-ssh-agent unix socket (#6258)
Since gnome-keyring 1.46, the ssh-agent functionality has been removed and gcr-ssh-agent is the recommended alternative. Source: - https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/67 - https://wiki.archlinux.org/title/GNOME/Keyring#SSH_keys
This commit is contained in:
parent
06d160fc16
commit
b9d11ed33c
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ include disable-common.inc
|
|||
include disable-exec.inc
|
||||
include disable-programs.inc
|
||||
|
||||
whitelist ${RUNUSER}/gcr/ssh
|
||||
whitelist ${RUNUSER}/gnupg/S.gpg-agent.ssh
|
||||
whitelist ${RUNUSER}/keyring/ssh
|
||||
include whitelist-usr-share-common.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue