diff options
Diffstat (limited to 'third_party/rust/redox_users/tests/etc')
-rw-r--r-- | third_party/rust/redox_users/tests/etc/group | 4 | ||||
-rw-r--r-- | third_party/rust/redox_users/tests/etc/passwd | 3 | ||||
-rw-r--r-- | third_party/rust/redox_users/tests/etc/shadow | 3 |
3 files changed, 10 insertions, 0 deletions
diff --git a/third_party/rust/redox_users/tests/etc/group b/third_party/rust/redox_users/tests/etc/group new file mode 100644 index 0000000000..89cb5e61bb --- /dev/null +++ b/third_party/rust/redox_users/tests/etc/group @@ -0,0 +1,4 @@ +root;0;root +user;1000;user +wheel;1;user,root +li;1007;li diff --git a/third_party/rust/redox_users/tests/etc/passwd b/third_party/rust/redox_users/tests/etc/passwd new file mode 100644 index 0000000000..0679ecfdc1 --- /dev/null +++ b/third_party/rust/redox_users/tests/etc/passwd @@ -0,0 +1,3 @@ +root;0;0;root;file:/root;file:/bin/ion +user;1000;1000;user;file:/home/user;file:/bin/ion +li;1007;1007;Lorem;file:/home/lorem;file:/bin/ion diff --git a/third_party/rust/redox_users/tests/etc/shadow b/third_party/rust/redox_users/tests/etc/shadow new file mode 100644 index 0000000000..e0bab42a8d --- /dev/null +++ b/third_party/rust/redox_users/tests/etc/shadow @@ -0,0 +1,3 @@ +root;$argon2i$m=4096,t=10,p=1$Tnc4UVV0N00$ML9LIOujd3nmAfkAwEcSTMPqakWUF0OUiLWrIy0nGLk +user; +li;! |