From 50a785636f71bc122a4ab9dd833b6ac083107891 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 26 Apr 2013 23:24:19 +0200 Subject: Make sure non-root users can access gpstatedir. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner Signed-off-by: Simo Sorce --- proxy/contrib/gssproxy.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/contrib/gssproxy.spec.in b/proxy/contrib/gssproxy.spec.in index 1daffe5..dc69980 100644 --- a/proxy/contrib/gssproxy.spec.in +++ b/proxy/contrib/gssproxy.spec.in @@ -81,7 +81,7 @@ rm -rf %{buildroot} %{_unitdir}/gssproxy.service %{_sbindir}/gssproxy %attr(755,root,root) %dir %{pubconfpath} -%attr(700,root,root) %dir %{gpstatedir} +%attr(755,root,root) %dir %{gpstatedir} %attr(700,root,root) %dir %{gpstatedir}/clients %attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf %attr(0644,root,root) %config(noreplace) /%{_sysconfdir}/gss/mech -- cgit