summaryrefslogtreecommitdiff
path: root/Userland/su.cpp
AgeCommit message (Expand)Author
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-02-14Userland: Fix typos in setting user idShannon Booth
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-04su: Use setgroups() to switch over to the target user's extra GIDsAndreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-02-21Userland: Minor tweaks in /bin/suAndreas Kling
2019-02-21Kernel+Userland: Implement setuid() and setgid() and add /bin/suAndreas Kling