diff options
Diffstat (limited to 'abs/core/filesystem/passwd')
-rw-r--r-- | abs/core/filesystem/passwd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/filesystem/passwd b/abs/core/filesystem/passwd new file mode 100644 index 0000000..a4a24e3 --- /dev/null +++ b/abs/core/filesystem/passwd @@ -0,0 +1,7 @@ +root:x:0:0:root:/root:/bin/bash +bin:x:1:1:bin:/bin:/bin/false +daemon:x:2:2:daemon:/sbin:/bin/false +mail:x:8:12:mail:/var/spool/mail:/bin/false +ftp:x:14:11:ftp:/srv/ftp:/bin/false +http:x:33:33:http:/srv/http:/bin/false +nobody:x:99:99:nobody:/:/bin/false |