From 3bbc6b59e10451018f84d6ba85a99b9142ddfb8e Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sun, 15 Sep 2024 14:36:01 -0300 Subject: [PATCH] profiles: ssh: sort entries Related commits: * 4747e0ed7 ("Whitelist runuser common (#3286)", 2020-03-31) * ebd4b3eea ("profiles: ssh: allow gpgagent socket for custom homedir (#6419)", 2024-08-07) --- etc/profile-m-z/ssh.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/profile-m-z/ssh.profile b/etc/profile-m-z/ssh.profile index 1c4d85ea0b..018e052300 100644 --- a/etc/profile-m-z/ssh.profile +++ b/etc/profile-m-z/ssh.profile @@ -19,11 +19,11 @@ include disable-exec.inc include disable-programs.inc whitelist ${RUNUSER}/gcr/ssh -whitelist ${RUNUSER}/gnupg/S.gpg-agent.ssh # default gpg homedir setup whitelist ${RUNUSER}/gnupg/*/S.gpg-agent.ssh # custom gpg homedir setup +whitelist ${RUNUSER}/gnupg/S.gpg-agent.ssh # default gpg homedir setup whitelist ${RUNUSER}/keyring/ssh -include whitelist-usr-share-common.inc include whitelist-runuser-common.inc +include whitelist-usr-share-common.inc apparmor caps.drop all