Note about Saved set-user/group-ID #3
Labels
No labels
VDI
bug
build
critical
documentation
duplicate
enhancement
help wanted
i18n-l10n
invalid
kernel
libc
packaging
question
upstream
website
wontfix
xaaes
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
kitfreemint/patches#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Saved set-user-ID and saved set-group-ID. These IDs are used
in set-user-ID and set-group-ID programs to save a copy of the
corresponding effective IDs that were set when the program was
executed (see execve(2)). A set-user-ID program can assume and
drop privileges by switching its effective user ID back and
forth between the values in its real user ID and saved set-
user-ID. This switching is done via calls to seteuid(2),
setreuid(2), or setresuid(2). A set-group-ID program performs
the analogous tasks using setegid(2), setregid(2), or
setresgid(2). A process can obtain its saved set-user-ID (set-
group-ID) using getresuid(2) (getresgid(2)).
https://man7.org/linux/man-pages/man7/credentials.7.html