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
This commit is contained in:
Jakub Hrozek 2018-05-30 14:51:44 +02:00
parent 582f61d2d9
commit e0b88724cc
2 changed files with 8 additions and 2 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: 12%{?dist}
Release: 13%{?dist}
Summary: An nsswitch module which uses directory servers
Group: System Environment/Base
License: LGPLv2+
@ -334,6 +334,12 @@ 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