File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ noblacklist /etc/ssh/ssh_config
88noblacklist /etc /ssh /ssh_config . d
99noblacklist /etc /ssh /ssh_revoked_hosts # RevokedHostKeys on Gentoo
1010noblacklist ${PATH} /ssh *
11+ noblacklist ${RUNUSER} /openssh_agent
1112noblacklist /tmp /ssh -*
1213# Arch Linux and derivatives
1314noblacklist /usr /lib /ssh
Original file line number Diff line number Diff line change @@ -433,6 +433,7 @@ read-only ${HOME}/.config/MangoHud
433433read -only ${HOME} /. local /share /thumbnailers
434434
435435# prevent access to ssh-agent
436+ blacklist ${RUNUSER} /openssh_agent
436437blacklist /tmp /ssh -*
437438
438439# top secret
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ noblacklist ${HOME}/.config/KeePassXCrc
1414noblacklist ${HOME}/.keepassxc
1515noblacklist ${DOCUMENTS}
1616noblacklist ${RUNUSER}/app
17+ noblacklist ${RUNUSER}/openssh_agent
1718noblacklist /tmp/ssh-*
1819
1920# Allow browser profiles, required for browser integration.
@@ -66,6 +67,7 @@ include disable-xdg.inc
6667
6768mkdir ${RUNUSER}/app/org.keepassxc.KeePassXC
6869whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
70+ whitelist ${RUNUSER}/openssh_agent
6971whitelist /tmp/ssh-*
7072whitelist /usr/share/keepassxc
7173include whitelist-run-common.inc
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ include disable-xdg.inc
2424#mkdir ${HOME}/.ssh
2525#whitelist ${HOME}/.gnupg
2626#whitelist ${HOME}/.ssh
27+ whitelist ${RUNUSER}/openssh_agent
2728whitelist /tmp/ssh-*
2829whitelist /usr/share/gnupg
2930whitelist /usr/share/gnupg2
You can’t perform that action at this time.
0 commit comments