A Linux kernel module to modify a running process' UID, GID, and supplementary group list
-
Updated
May 7, 2024 - C
A Linux kernel module to modify a running process' UID, GID, and supplementary group list
Execute command in new user namespace, setting uid and gid mapping using shadows newuidmap & newgidmap. This doesn't extend the permissions of a process, but can be useful for faking root or bootstrapping an fs without root privileges.
This application accepts regular file from the user and Provides internal information about that file. Internal information such as Device ID, Inode Number, Size of file, UID, GID, mode.
Add a description, image, and links to the gid topic page so that developers can more easily learn about it.
To associate your repository with the gid topic, visit your repo's landing page and select "manage topics."