From 230b81670295bc43e0e0d08f0c7e5a074bdae3d5 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 23 Jun 2024 19:10:43 +0200 Subject: [PATCH] Delay implementing getresgid, getresuid, setresgid, setresuid. --- share/man/man7/portability.7 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/share/man/man7/portability.7 b/share/man/man7/portability.7 index 6ac01b75..66b53b19 100644 --- a/share/man/man7/portability.7 +++ b/share/man/man7/portability.7 @@ -91,6 +91,22 @@ and .Xr setpgid 3 are the standard portable replacements without disagreement on the function signatures. +.Ss getresgid, getresuid, setresgid, setresuid +These are not implemented yet as multi-user security is not yet implemented +in this operating system. +The kernel does not have a saved uid and saved gid concept at this time. +The +.Xr getuid 2 , +.Xr getgid 2 , +.Xr geteuid 2 , +.Xr getegid 2 , +.Xr setuid 2 , +.Xr setgid 2 , +.Xr seteuid 2 , +and +.Xr setegid 2 +system calls can be used to retrieve and manipulate the implemented concepts as +a workaround. .Ss gettimeofday .Xr gettimeofday 2 is implemented but the second parameter is defunct and is typed