Updated users related files
This commit is contained in:
parent
2abdb02805
commit
631729062e
|
@ -1,11 +1,17 @@
|
||||||
root:x:0:root
|
root:x:0:root
|
||||||
adm:x:4:liveuser
|
sys:x:3:bin,liveuser
|
||||||
wheel:x:10:liveuser
|
network:x:90:liveuser
|
||||||
network:x:18:liveuser
|
power:x:98:liveuser
|
||||||
storage:x:21:liveuser
|
adm:x:999:liveuser
|
||||||
power:x:23:liveuser
|
wheel:x:998:liveuser
|
||||||
audio:x:15:liveuser
|
uucp:x:987:liveuser
|
||||||
video:x:16:liveuser
|
optical:x:990:liveuser
|
||||||
scanner:x:20:liveuser
|
scanner:x:991:liveuser
|
||||||
optical:x:22:liveuser
|
rfkill:x:983:liveuser
|
||||||
users:x:985:
|
video:x:986:liveuser
|
||||||
|
storage:x:988:liveuser
|
||||||
|
audio:x:995:liveuser
|
||||||
|
users:x:985:liveuser
|
||||||
|
nopasswdlogin:x:966:liveuser
|
||||||
|
autologin:x:967:liveuser
|
||||||
|
liveuser:x:1000:
|
||||||
|
|
|
@ -1 +1,17 @@
|
||||||
root:::root
|
root:::root
|
||||||
|
sys:!!::liveuser
|
||||||
|
network:!!::liveuser
|
||||||
|
power:!!::liveuser
|
||||||
|
adm:!!::liveuser
|
||||||
|
wheel:!!::liveuser
|
||||||
|
uucp:!!::liveuser
|
||||||
|
optical:!!::liveuser
|
||||||
|
scanner:!!::liveuser
|
||||||
|
rfkill:!!::liveuser
|
||||||
|
video:!!::liveuser
|
||||||
|
storage:!!::liveuser
|
||||||
|
audio:!!::liveuser
|
||||||
|
users:!!::liveuser
|
||||||
|
nopasswdlogin:!::liveuser
|
||||||
|
autologin:!::liveuser
|
||||||
|
liveuser:!::
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
root:x:0:0:root:/root:/usr/bin/zsh
|
root:x:0:0:root:/root:/usr/bin/zsh
|
||||||
liveuser:x:1000:985::/home/liveuser:/usr/bin/zsh
|
liveuser:x:1000:1000::/home/liveuser:/usr/bin/zsh
|
||||||
|
|
Loading…
Reference in New Issue