Enforce shared snapshots being read-only
Shared snapshots don't currently enforce that they are read-only. We could be missing some locations where Gitaly is writing into shared snapshots. Prevent this by making shared snapshots read-only.
Closes #6170 (closed)