Compare commits

...

2 Commits
rawhide ... f28

Author SHA1 Message Date
Jakub Hrozek e0b88724cc Backport the rest of lslebodn's patch that also changes the tmpfiles permissions
Related: rhbz#1583211 - nslcd, the local LDAP daemon, fails to start
                          with SELINUX enabled
2018-05-30 14:53:35 +02:00
Jakub Hrozek 582f61d2d9 Resolves: rhbz#1583211 - nslcd, the local LDAP daemon, fails to start with SELINUX enabled 2018-05-30 11:03:56 +02:00
2 changed files with 13 additions and 3 deletions

View File

@ -1,2 +1,2 @@
# nslcd needs a directory in /var/run to store its pid file and socket
d /var/run/nslcd 0755 nslcd root
d /var/run/nslcd 0775 nslcd root

View File

@ -39,7 +39,7 @@
Name: nss-pam-ldapd
Version: 0.8.14
Release: 11%{?dist}
Release: 13%{?dist}
Summary: An nsswitch module which uses directory servers
Group: System Environment/Base
License: LGPLv2+
@ -172,7 +172,7 @@ install -p -m 0644 %{SOURCE3} $RPM_BUILD_ROOT/%{_tmpfilesdir}/%{name}.conf
%if %{systemd}
%config(noreplace) %{_unitdir}/*
%endif
%attr(0755,nslcd,root) /var/run/nslcd
%attr(0775,nslcd,root) /var/run/nslcd
%if 0%{?fedora} > 13 || 0%{?rhel} > 5
# This would be the only thing in the -devel subpackage, so we include it. It
# will conflict with nss_ldap, so only include it for releases where pam_ldap is
@ -334,6 +334,16 @@ exit 0
%endif
%changelog
* Wed May 30 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.8.14-13
- Backport the rest of lslebodn's patch that also changes the tmpfiles
permissions
- Related: rhbz#1583211 - nslcd, the local LDAP daemon, fails to start
with SELINUX enabled
* Tue May 29 2018 Lukas Slebodnik <lslebodn@fedoraproject.org> - 0.8.14-12
- Resolves: rhbz#1583211 - nslcd, the local LDAP daemon, fails to start
with SELINUX enabled
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild