Add systemd-logind snippet (RestrictAddressFamilies)

Resolves: #1645308
This commit is contained in:
Matej Muzila 2018-11-09 14:55:14 +01:00
parent 32d855342c
commit 8aa81b703f
2 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,3 @@
[Service]
IPAddressAllow=any
RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6

View File

@ -1,6 +1,6 @@
Name: nss_nis
Version: 3.0
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Name Service Switch (NSS) module using NIS
License: LGPLv2+
Group: System Environment/Base
@ -55,6 +55,10 @@ make check
%license COPYING
%changelog
* Fri Nov 9 2018 Matej Mužila <mmuzila@redhat.com> 3.0-8
- Add systemd-logind snippet (RestrictAddressFamilies)
- Resolves: #1645308
* Wed Aug 1 2018 Matej Mužila <mmuzila@redhat.com> - 3.0-7
- BuildRequire systemd