Skip to content

Fix exception handling in Gitaly autodetection

Stan Hu requested to merge sh-fix-gitaly-access-control into master

In SELinux, the file cannot be written, and Errno::EACCES, not Errno::ACCESS is thrown.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65328

Edited by Stan Hu

Merge request reports