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/rootfs/etc/passwd | |
| parent | 7da34f1e5b666871f407d8e1083aef5d04a2e58b (diff) | |
| download | lh-bootstrap-1ea13b13c80608b3c6bd707c31449c4b580e9ab3.tar.gz | |
Make guest account functional, remove alias
Diffstat (limited to 'layout/rootfs/etc/passwd')
| -rw-r--r-- | layout/rootfs/etc/passwd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
