Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
userns: Convert setting and getting uid and gid system calls to use k…
…uid and kgid Convert setregid, setgid, setreuid, setuid, setresuid, getresuid, setresgid, getresgid, setfsuid, setfsgid, getuid, geteuid, getgid, getegid, waitpid, waitid, wait4. Convert userspace uids and gids into kuids and kgids before being placed on struct cred. Convert struct cred kuids and kgids into userspace uids and gids when returning them. Signed-off-by: Eric W. Biederman <[email protected]>
- Loading branch information