diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-21 23:35:07 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-21 23:38:10 +0100 |
commit | 920e8e58ed320bfddf51c02ae5f7000e982da5bd (patch) | |
tree | 19111fc125804004bf1c8031cafb01bb6817d4d6 /Base | |
parent | 6071a77e8ee805c0a9fef96e6023a93744d0a9e2 (diff) | |
download | serenity-920e8e58ed320bfddf51c02ae5f7000e982da5bd.zip |
Kernel+Userland: Implement setuid() and setgid() and add /bin/su
Also show setuid and setgid bits in "ls -l" output. :^)
Diffstat (limited to 'Base')
-rw-r--r-- | Base/etc/passwd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/etc/passwd b/Base/etc/passwd index 8e7e246d64..987589b5e8 100644 --- a/Base/etc/passwd +++ b/Base/etc/passwd @@ -1,2 +1,3 @@ root:x:0:0:root:/:/bin/sh anon:x:100:100:Anonymous,,,:/home/anon:/bin/sh +nona:x:200:200:Nona,,,:/home/nona:/bin/sh |