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:
commit
1659bb605c
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user