3
0
forked from pool/system-users

Accepting request 917597 from home:kukuk:tiu

- Set shell for nobody in sysusers.d config

OBS-URL: https://build.opensuse.org/request/show/917597
OBS-URL: https://build.opensuse.org/package/show/Base:System/system-users?expand=0&rev=63
This commit is contained in:
Thorsten Kukuk 2021-09-08 14:31:51 +00:00 committed by Git OBS Bridge
parent e08d9969be
commit 59e0fd5c32
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