diff options
Diffstat (limited to 'libre/filesystem/passwd')
-rw-r--r-- | libre/filesystem/passwd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libre/filesystem/passwd b/libre/filesystem/passwd new file mode 100644 index 000000000..671fc486e --- /dev/null +++ b/libre/filesystem/passwd @@ -0,0 +1,9 @@ +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 +uuidd:x:68:68:uuidd:/:/sbin/nologin +dbus:x:81:81:dbus:/:/sbin/nologin +nobody:x:99:99:nobody:/:/bin/false |