diff options
author | Günther Deschner <gdeschner@redhat.com> | 2013-04-26 23:24:19 +0200 |
---|---|---|
committer | Günther Deschner <gdeschner@redhat.com> | 2013-04-26 23:24:19 +0200 |
commit | bff9bbe591fe2d07b6d9f3607cb1044b972ece8c (patch) | |
tree | e70fefc7754e4015f1ec1a54ba437ed77f5e1074 | |
parent | de0fcf955e49e8e8211d753f9064f9587217c535 (diff) | |
download | gss-proxy-bff9bbe591fe2d07b6d9f3607cb1044b972ece8c.tar.gz gss-proxy-bff9bbe591fe2d07b6d9f3607cb1044b972ece8c.tar.xz gss-proxy-bff9bbe591fe2d07b6d9f3607cb1044b972ece8c.zip |
Make sure non-root users can access gpstatedir.
-rw-r--r-- | proxy/contrib/gssproxy.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/contrib/gssproxy.spec.in b/proxy/contrib/gssproxy.spec.in index 115690c..90a36b2 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 |