diff options
author | Stan Hu <stanhu@gmail.com> | 2019-07-30 06:20:27 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-07-30 07:03:45 -0700 |
commit | 3b76d2982f2fdacdce5842c68ab3ba68b6cb7842 (patch) | |
tree | 1d4df8b9fac66ae93aa1b83445d2dc061355dc94 /changelogs | |
parent | 11f82c891ab82620982ef157d3a6783ee56a6997 (diff) | |
download | gitlab-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.yml | 5 |
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 |