summaryrefslogtreecommitdiffstats
path: root/proxy/contrib
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-04-01 13:55:01 -0400
committerSimo Sorce <simo@redhat.com>2013-04-10 10:06:56 -0400
commit2fa0fdc2c184d70bb45dad89f42e427d7813ca09 (patch)
tree7e808dfcd64316d78b0009cfabd802d93c66ea1a /proxy/contrib
parent219cd176565419338b9cbcd24f3b8e31961fbc16 (diff)
downloadgss-proxy-2fa0fdc2c184d70bb45dad89f42e427d7813ca09.tar.gz
gss-proxy-2fa0fdc2c184d70bb45dad89f42e427d7813ca09.tar.xz
gss-proxy-2fa0fdc2c184d70bb45dad89f42e427d7813ca09.zip
Add generic function to get creds defaults
Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Günther Deschner <gdeschner@redhat.com>
Diffstat (limited to 'proxy/contrib')
-rw-r--r--proxy/contrib/gssproxy.spec.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/proxy/contrib/gssproxy.spec.in b/proxy/contrib/gssproxy.spec.in
index b5cba7c..7ba0f14 100644
--- a/proxy/contrib/gssproxy.spec.in
+++ b/proxy/contrib/gssproxy.spec.in
@@ -11,6 +11,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%global servicename gssproxy
%global pubconfpath %{_sysconfdir}/gssproxy
+%global gpstatedir %{_localstatedir}/lib/gssproxy
### Patches ###
@@ -79,6 +80,8 @@ rm -rf %{buildroot}
%{_unitdir}/gssproxy.service
%{_sbindir}/gssproxy
%attr(755,root,root) %dir %{pubconfpath}
+%attr(700,root,root) %dir %{gpstatedir}
+%attr(700,root,root) %dir %{gpstatedir}/clients
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
%{_libdir}/gssproxy/proxymech.so
%{_mandir}/man5/gssproxy.conf.5*