diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-11 09:27:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-11 09:27:48 +0200 |
commit | 62b184310a21dec12f5b31ee725ec5d342a48c1c (patch) | |
tree | f4894c38ac33759656fff5aef58d9efc52c8c78c /package/base-files | |
parent | a991f1139cda852f14038edbdccb6c8b4ad74f58 (diff) |
add bin/daemon users for ltp, finetune ltp
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/src/etc/passwd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/base-files/src/etc/passwd b/package/base-files/src/etc/passwd index 32531eb92..30e0c23f9 100644 --- a/package/base-files/src/etc/passwd +++ b/package/base-files/src/etc/passwd @@ -1,2 +1,4 @@ root:x:0:0:root:/root:/bin/sh +daemon:x:1:1:daemon::/bin/false +bin:x:2:2:bin::/bin/false nobody:*:65534:65534:nobody:/var:/bin/false |