Manual Pages for UNIX Darwin command on man setuid
MyWebUniversity

Manual Pages for UNIX Darwin command on man setuid

SETUID(2) BSD System Calls Manual SETUID(2)

NAME

sseetteeggiidd, sseetteeuuiidd, sseettggiidd, sseettuuiidd - set user and group ID

SYNOPSIS

##iinncclluuddee <>

int sseetteeggiidd(gidt egid); int sseetteeuuiidd(uidt euid); int sseettggiidd(gidt gid); int sseettuuiidd(uidt uid);

DESCRIPTION

The sseettuuiidd() function sets the real and effective user IDs and the saved

set-user-ID of the current process to the specified value. The sseettuuiidd()

function is permitted if the effective user ID is that of the super user, or if the specified user ID is the same as the effective user ID. If not, but the specified user ID is the same as the real user ID, sseettuuiidd() will set the effective user ID to the real user ID. The sseettggiidd() function sets the real and effective group IDs and the saved

set-group-ID of the current process to the specified value. The sseettggiidd()

function is permitted if the effective user ID is that of the super user, or if the specified group ID is the same as the effective group ID. If not, but the specified group ID is the same as the real group ID, sseettggiidd() will set the effective group ID to the real group ID. The sseetteeuuiidd() function (sseetteeggiidd()) sets the effective user ID (group ID) of the current process. The effective user ID may be set to the value of

the real user ID or the saved set-user-ID (see intro(2) and execve(2));

in this way, the effective user ID of a set-user-ID executable may be

toggled by switching to the real user ID, then re-enabled by reverting to

the set-user-ID value. Similarly, the effective group ID may be set to

the value of the real group ID or the saved set-user-ID.

RETURN VALUES

Upon success, these functions return 0; otherwise -1 is returned.

If the user is not the super user, or the uid specified is not the real,

effective ID, or saved ID, these functions return -1.

EERRRROORRSS The sseetteeggiidd(), sseetteeuuiidd(), sseettggiidd(), and sseettuuiidd() system calls will fail if: [EINVAL] The value of the {group,user} ID argument is invalid and is not supported by the implementation. [EPERM] The process does not have appropriate privileges and the ID argument does not match the real ID or the

saved set-{group,user}-ID.

LEGACY SYNOPSIS

##iinncclluuddee <>

##iinncclluuddee <>

The include file is necessary for all functions.

SEE ALSO

getgid(2), getuid(2), compat(5) STANDARDS The sseettuuiidd() and sseettggiidd() functions are compliant with the ISO/IEC

9945-1:1990 (``POSIX.1'') specification with POSIXSAVEDIDS defined,

with the extensions allowed in section B.4.2.2. The sseetteeuuiidd() and sseetteeggiidd() functions are extensions based on the POSIX concept of POSIXSAVEDIDS, and have been proposed for a future revision of the standard. 4.2 Berkeley Distribution June 4, 1993 4.2 Berkeley Distribution




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™