Skip to content

Commit

Permalink
profiles: ssh: sort entries
Browse files Browse the repository at this point in the history
Related commits:

* 4747e0e ("Whitelist runuser common (#3286)", 2020-03-31)
* ebd4b3e ("profiles: ssh: allow gpgagent socket for custom homedir
  (#6419)", 2024-08-07)
  • Loading branch information
kmk3 committed Sep 16, 2024
1 parent 4f7cc36 commit 3bbc6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/profile-m-z/ssh.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bbc6b5

Please sign in to comment.