From 1ea13b13c80608b3c6bd707c31449c4b580e9ab3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 29 Jan 2021 10:27:17 +0000 Subject: Make guest account functional, remove alias --- layout/rootfs/etc/group | 1 + layout/rootfs/etc/passwd | 2 +- layout/rootfs/etc/shadow | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'layout/rootfs/etc') 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:::::: -- cgit v1.2.3