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:
parent
e08d9969be
commit
59e0fd5c32
@ -1,4 +1,4 @@
|
|||||||
# Type Name ID GECOS [HOME]
|
# Type Name ID GECOS [HOME]
|
||||||
g nogroup 65533
|
g nogroup 65533
|
||||||
g nobody 65534
|
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>
|
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
|
%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-upsd -f upsd.pre
|
||||||
|
|
||||||
%pre -n system-user-uuidd -f uuidd.pre
|
%pre -n system-user-uuidd -f uuidd.pre
|
||||||
|
Loading…
x
Reference in New Issue
Block a user