mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Kernel+LibC: Remove setreuid() / setregid() again
It looks like they're considered a bad idea, so let's not add them before we need them. I figured it's good to have them in git history if we ever do need them though, hence the add/remove dance.
This commit is contained in:
parent
a38754d9f2
commit
dd53e070c5
Notes:
sideshowbarker
2024-07-19 05:33:15 +09:00
Author: https://github.com/nico
Commit: dd53e070c5
Pull-request: https://github.com/SerenityOS/serenity/pull/2570
Reviewed-by: https://github.com/bugaevc
5 changed files with 0 additions and 60 deletions
|
@ -249,8 +249,6 @@ public:
|
|||
int sys$setegid(gid_t);
|
||||
int sys$setuid(uid_t);
|
||||
int sys$setgid(gid_t);
|
||||
int sys$setreuid(uid_t, uid_t);
|
||||
int sys$setregid(gid_t, gid_t);
|
||||
int sys$setresuid(uid_t, uid_t, uid_t);
|
||||
int sys$setresgid(gid_t, gid_t, gid_t);
|
||||
unsigned sys$alarm(unsigned seconds);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue