Hello,
We have a NFS mount with root squash enabled and some of our users have their home on the NFS drive bind mount in /home
.
For an unknown reason, we are unable to execute snaps (e.g. aws-cli
) when PWD is their home folder (e.g. /home/<user>/
). Running snaps in any other folder works (e.g. /home/<users>/other_folder/
).
The error returned is cannot open path of the current working directory: Permission denied
. The folder ~/snap
is always created, even when the error is emitted. Deactivating root squashing resolves the issue.
I’m running snapd 2.63.
Thanks