From 00a86a081a53c58d703327eb1b36435732366e3c7aff8450e7abd86f0fe33e3b Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 8 Mar 2018 19:19:41 +0000 Subject: [PATCH 1/2] - if we lock down the permissions the home directory has to be owned by haproxy OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=162 --- haproxy.changes | 6 ++++++ haproxy.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/haproxy.changes b/haproxy.changes index 696acc2..77a747f 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 8 19:19:06 UTC 2018 - mrueckert@suse.de + +- if we lock down the permissions the home directory has to be + owned by haproxy + ------------------------------------------------------------------- Sun Mar 4 08:36:21 UTC 2018 - jengelh@inai.de diff --git a/haproxy.spec b/haproxy.spec index 3415474..be94759 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -226,7 +226,7 @@ getent passwd %{pkg_name} >/dev/null || \ %{_sbindir}/haproxy %{_sbindir}/haproxy-halog %{_sbindir}/rchaproxy -%{pkg_home} +%dir %attr(-,root,haproxy) %{pkg_home} %{_mandir}/man1/%{pkg_name}.1.gz %{vim_data_dir}/syntax/%{pkg_name}.vim %if %{with apparmor} From d27ef0296e1fe56a456bf7ccf4840a02b6041d6a95ec8127726ce91ef88c55d9 Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Fri, 9 Mar 2018 12:08:51 +0000 Subject: [PATCH 2/2] Accepting request 584997 from home:KGronlund:branches:server:http - if we lock down the permissions the home directory has to be owned by haproxy (bsc#1077716) OBS-URL: https://build.opensuse.org/request/show/584997 OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=163 --- haproxy.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy.changes b/haproxy.changes index 77a747f..580ab32 100644 --- a/haproxy.changes +++ b/haproxy.changes @@ -2,7 +2,7 @@ Thu Mar 8 19:19:06 UTC 2018 - mrueckert@suse.de - if we lock down the permissions the home directory has to be - owned by haproxy + owned by haproxy (bsc#1077716) ------------------------------------------------------------------- Sun Mar 4 08:36:21 UTC 2018 - jengelh@inai.de