allow www-data read access in /run/gitlab
This commit is contained in:
parent
06dbba6f5d
commit
1d6314556e
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
|||
gitlab (8.4.3+dfsg-8) UNRELEASED; urgency=medium
|
||||
|
||||
* Install tmpfiles.d/gitlab.conf (Closes: #814713)
|
||||
* Install tmpfiles.d/gitlab.conf and allow www-data user to read /run/gitlab
|
||||
(Closes: #814713)
|
||||
* Switch to sendmail method by default.
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Tue, 16 Feb 2016 12:58:17 +0530
|
||||
|
|
2
debian/conf/tmpfiles.d/gitlab.conf
vendored
2
debian/conf/tmpfiles.d/gitlab.conf
vendored
|
@ -1 +1 @@
|
|||
d /run/gitlab 2750 gitlab gitlab -
|
||||
d /run/gitlab 2750 gitlab www-data -
|
||||
|
|
Loading…
Reference in a new issue