3
0
forked from pool/system-users

Accepting request 871417 from home:rmax:branches:Base:System

- Revert /var/lib/ntp to the ownership and permissions it had in
  the ntp package. It should be owned by root and not be writable
  by the ntp user, because it is the base of ntpd's chroot
  envoronment and the ntp user is not supposed to log in anyway.

OBS-URL: https://build.opensuse.org/request/show/871417
OBS-URL: https://build.opensuse.org/package/show/Base:System/system-users?expand=0&rev=60
This commit is contained in:
Thorsten Kukuk 2021-02-22 15:00:54 +00:00 committed by Git OBS Bridge
parent 54d42d4e15
commit ebde9e16d5
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Feb 12 09:41:04 UTC 2021 - Reinhard Max <max@suse.com>
- Revert /var/lib/ntp to the ownership and permissions it had in
the ntp package. It should be owned by root and not be writable
by the ntp user, because it is the base of ntpd's chroot
envoronment and the ntp user is not supposed to log in anyway.
-------------------------------------------------------------------
Thu Jan 14 16:30:39 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -446,7 +446,7 @@ test -x /usr/sbin/usermod && /usr/sbin/usermod -s /bin/bash nobody ||:
%files -n system-user-ntp
%defattr(-,root,root)
%dir %attr(0750,ntp,ntp) %{_localstatedir}/lib/ntp
%dir %attr(0755,root,root) %{_localstatedir}/lib/ntp
%{_sysusersdir}/system-user-ntp.conf
%changelog