[gssproxy] Make sure non-root users can access gpstatedir.

Guenther Deschner gd at fedoraproject.org
Fri Apr 26 21:21:05 UTC 2013


commit 780bfc80acfb9d7b4b3550054226c6b829260dfb
Author: Günther Deschner <gdeschner at redhat.com>
Date:   Fri Apr 26 23:19:45 2013 +0200

    Make sure non-root users can access gpstatedir.

 gssproxy.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gssproxy.spec b/gssproxy.spec
index 3a7a05b..a2783ef 100644
--- a/gssproxy.spec
+++ b/gssproxy.spec
@@ -82,7 +82,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


More information about the scm-commits mailing list