glideinWMS / containers

GlideinWMS containers
Apache License 2.0
0 stars 12 forks source link

Changed /usr/bin/ssh-agent to be readable by everyone to avoid error #29

Closed mambelli closed 2 months ago

mambelli commented 2 months ago

Changed /usr/bin/ssh-agent to be readable by everyone to avoid invocation error in Apptainer

Apptainer is ignoring SGID and it is failing the invocation if you are not the owner of the file. Giving read access is a tested workaround. See https://github.com/glideinWMS/containers/issues/28 for a discussion

This fixes #28