Userspace: Implement barebones sudo
This doesn't do any password checking or anything. Just sets uid and gid before execvp()
This commit is contained in:
@@ -22,6 +22,7 @@ set(USERSPACE_PROJECTS
|
||||
sleep
|
||||
snake
|
||||
stat
|
||||
sudo
|
||||
sync
|
||||
tee
|
||||
test
|
||||
|
||||
Reference in New Issue
Block a user