From 1d6314556e285c3ad3184b5c527155c0a1453695 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Tue, 16 Feb 2016 13:57:52 +0530 Subject: [PATCH] allow www-data read access in /run/gitlab --- debian/changelog | 3 ++- debian/conf/tmpfiles.d/gitlab.conf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fb73b66814..958851e2e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 16 Feb 2016 12:58:17 +0530 diff --git a/debian/conf/tmpfiles.d/gitlab.conf b/debian/conf/tmpfiles.d/gitlab.conf index 297c5bb139..0a010e984e 100644 --- a/debian/conf/tmpfiles.d/gitlab.conf +++ b/debian/conf/tmpfiles.d/gitlab.conf @@ -1 +1 @@ -d /run/gitlab 2750 gitlab gitlab - +d /run/gitlab 2750 gitlab www-data -