Definitions for "Setuid" Add To Word List
Login or Register  | Word Lists | Search History

A feature whereby a program automatically changes its access rights to assume new privileges.
Helpful?           0
A special file access mode that sets the effective UID of the user account executing a program to the UID of the program owner. The setuid permission has an absolute mode of 4000 and a symbolic mode of s.
Helpful?           0
A system call that can be used to set the UID of a process. Programs can be written using setuid such that they can assume the user ID of any process on the system. This is considered a possible security problem if a program is "setuid root."
Helpful?           0
A process which can set its effective user to super-user (root). That is, although any user can run the process, the process can then execute operations which require root privileges. One example of a setuid process is the ArcStorm wservice process.
Helpful?           0
Unix terms, which are short for "Set User ID" and "Set Group ID", respectively. setuid (also sometimes referred to as "suid") and setgid are access right flags that can be assigned to files and directories on a Unix based operating system. They are mostly used to allow users on a computer system to execute binary executables with temporarily elevated privileges in order to perform a specific task.
Helpful?           0