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:
2023-12-06 18:15:42 +02:00
parent 24b71d1170
commit 06a84da844
3 changed files with 49 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ set(USERSPACE_PROJECTS
sleep
snake
stat
sudo
sync
tee
test