summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod_auth_kerb.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/mod_auth_kerb.spec b/mod_auth_kerb.spec
index 6e602f6..a42ee1d 100644
--- a/mod_auth_kerb.spec
+++ b/mod_auth_kerb.spec
@@ -60,6 +60,10 @@ install -Dp -m 0644 10-auth_kerb.conf $RPM_BUILD_ROOT%{_httpd_modconfdir}/10-aut
install -Dp -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_confdir}/auth_kerb.conf
%endif
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d
+echo 'd /var/run/user/apache 700 apache apache' \
+ > $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d/httpd-user.conf
+
# Copy the license files here so we can include them in %doc
cp -p %{SOURCE2} .
@@ -74,9 +78,11 @@ rm -rf $RPM_BUILD_ROOT
%doc example.conf
%endif
%{_httpd_moddir}/*.so
+%config %{_sysconfdir}/tmpfiles.d/httpd-user.conf
%changelog
* Fri May 11 2012 Joe Orton <jorton@redhat.com> - 5.4-14
+- add tmpfile drop-in for cred cache (#796430)
- really apply delegation fix
* Tue May 1 2012 Joe Orton <jorton@redhat.com> - 5.4-13