diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-01-06 02:36:12 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-01-06 02:36:12 -0500 |
commit | a88f46f60144321454de3d3d7f310f89b4d6ec24 (patch) | |
tree | 20f2e70a736bb0c25b2deb4b91d15d6d289609ae /pcr/filesystem-nosystemd/passwd | |
parent | 1db00cf986b54d932643f262395a7e628746801c (diff) | |
download | abslibre-a88f46f60144321454de3d3d7f310f89b4d6ec24.tar.gz abslibre-a88f46f60144321454de3d3d7f310f89b4d6ec24.tar.bz2 abslibre-a88f46f60144321454de3d3d7f310f89b4d6ec24.zip |
Add filesystem-nosystemd
Diffstat (limited to 'pcr/filesystem-nosystemd/passwd')
-rw-r--r-- | pcr/filesystem-nosystemd/passwd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pcr/filesystem-nosystemd/passwd b/pcr/filesystem-nosystemd/passwd new file mode 100644 index 000000000..59704dbef --- /dev/null +++ b/pcr/filesystem-nosystemd/passwd @@ -0,0 +1,7 @@ +root:x:0:0:root:/root:/bin/bash +bin:x:1:1:bin:/bin:/usr/bin/nologin +daemon:x:2:2:daemon:/:/usr/bin/nologin +mail:x:8:12:mail:/var/spool/mail:/usr/bin/nologin +ftp:x:14:11:ftp:/srv/ftp:/usr/bin/nologin +http:x:33:33:http:/srv/http:/usr/bin/nologin +nobody:x:99:99:nobody:/:/usr/bin/nologin |