forked from pool/system-users
Accepting request 874356 from Base:System
OBS-URL: https://build.opensuse.org/request/show/874356 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/system-users?expand=0&rev=26
This commit is contained in:
commit
d616ae8715
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user