|
Bugzilla – Full Text Bug Listing |
| Summary: | wishlist: make real UID visible in a secure way | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | era+sudo |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | enhancement | ||
| Priority: | normal | ||
| Version: | 1.6.6 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
era+sudo
2002-07-29 04:44:08 MDT
Sudo currently sets the following environment variables:
SUDO_COMMAND - the command run by sudo
SUDO_USER - the login name of the invoking user
SUDO_UID - the SUDO_USER's uid (from the password database)
SUDO_GID - the SUDO_USER's gid (from the password database)
Isn't that sufficient?
Sudo already sets environment variables that have this info. |