summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-07-30 06:20:27 -0700
committerStan Hu <stanhu@gmail.com>2019-07-30 07:03:45 -0700
commit3b76d2982f2fdacdce5842c68ab3ba68b6cb7842 (patch)
tree1d4df8b9fac66ae93aa1b83445d2dc061355dc94 /changelogs
parent11f82c891ab82620982ef157d3a6783ee56a6997 (diff)
downloadgitlab-ce-3b76d2982f2fdacdce5842c68ab3ba68b6cb7842.tar.gz
Fix exception handling in Gitaly autodetection
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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-gitaly-access-control.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-gitaly-access-control.yml b/changelogs/unreleased/sh-fix-gitaly-access-control.yml
new file mode 100644
index 00000000000..bdd33f3ff45
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-gitaly-access-control.yml
@@ -0,0 +1,5 @@
+---
+title: Fix exception handling in Gitaly autodetection
+merge_request: 31285
+author:
+type: fixed