diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-29 10:27:17 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-29 10:27:17 +0000 |
commit | 1ea13b13c80608b3c6bd707c31449c4b580e9ab3 (patch) | |
tree | ccb3b42a45daffa9099cdc0a7651d4cfa2d09ec5 /layout | |
parent | 7da34f1e5b666871f407d8e1083aef5d04a2e58b (diff) | |
download | lh-bootstrap-1ea13b13c80608b3c6bd707c31449c4b580e9ab3.tar.xz |
Make guest account functional, remove alias
Diffstat (limited to 'layout')
-rw-r--r-- | layout/rootfs/etc/group | 1 | ||||
-rw-r--r-- | layout/rootfs/etc/passwd | 2 | ||||
-rw-r--r-- | layout/rootfs/etc/shadow | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/layout/rootfs/etc/group b/layout/rootfs/etc/group index 680b61b..325fb9d 100644 --- a/layout/rootfs/etc/group +++ b/layout/rootfs/etc/group @@ -1,4 +1,5 @@ root:x:0: +users:x:100: catchlog:x:98: nogroup:x:65534: log:x:61: diff --git a/layout/rootfs/etc/passwd b/layout/rootfs/etc/passwd index a7755cf..5acf6b3 100644 --- a/layout/rootfs/etc/passwd +++ b/layout/rootfs/etc/passwd @@ -1,6 +1,6 @@ root:x:0:0:root:/root:/etc/execline-startup +guest:x:1000:100:guest:/home/guest:/etc/execline-startup catchlog:x:98:98:catchlog:/run/uncaught-logs:/nonexistent -alias:x:999:100:alias:/home/alias:/nonexistent nobody:x:65534:65534:nobody:/:/nonexistent klog:x:101:61:klog:/:/nonexistent kllog:x:102:61:kllog:/:/nonexistent diff --git a/layout/rootfs/etc/shadow b/layout/rootfs/etc/shadow index 8059a6c..d7608a9 100644 --- a/layout/rootfs/etc/shadow +++ b/layout/rootfs/etc/shadow @@ -1,6 +1,6 @@ root:$6$UbRjESrSfLBM6.Z4$WSPD5fcalaQp6zzUd/a7mwEjRO6qMFoyK3ZyfMv0MWZPItkAWDd2nOdwIcnLNRWGuYP24RQSxCUPYeqlnqizJ.:14792:0:99999:7::: +guest:$6$npwPihIJ.5ikSEW4$FYxEqvund6y/I1GsN3P0bbY4/U/2J7Pi5PMATmSDJDunrpe7vTRIwGDjeE9CBeO.wP1GEEen47xJOb3BdRkD10:14314:0:99999:7::: catchlog:!:14761:0:99999:7::: -alias:!:14761:0:99999:7::: nobody:!:14314:0:99999:7::: klog:!:14793:::::: kllog:!:14793:::::: |