SHA256
1
0
forked from pool/system-users

Accepting request 917598 from Base:System

- Set shell for nobody in sysusers.d config (forwarded request 917597 from kukuk)

OBS-URL: https://build.opensuse.org/request/show/917598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/system-users?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2021-09-10 21:40:36 +00:00 committed by Git OBS Bridge
commit 1659bb605c
3 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Type Name ID GECOS [HOME]
g nogroup 65533
g nobody 65534
u nobody 65534 "nobody" /var/lib/nobody
u nobody 65534 "nobody" /var/lib/nobody /bin/bash

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 8 12:48:06 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- Set shell for nobody in sysusers.d config
-------------------------------------------------------------------
Tue Jun 8 14:17:24 UTC 2021 - Franck Bui <fbui@suse.com>

View File

@ -346,9 +346,6 @@ install -m 644 %{SOURCE25} %{buildroot}%{_sysusersdir}/system-user-ntp.conf
%pre -n system-user-nobody -f nobody.pre
%post -n system-user-nobody
test -x /usr/sbin/usermod && /usr/sbin/usermod -s /bin/bash nobody ||:
%pre -n system-user-upsd -f upsd.pre
%pre -n system-user-uuidd -f uuidd.pre