Administering privilege

Privileges associated with a process

Each process has two sets of privileges:

A process has these sets initialized at the time it is created by a fork(2) system call. After a fork, the privileges of the parent and child processes are identical.

However, when an exec system call on an executable file is performed, the privilege sets are modified. The privilege policy determines how the new maximum and working sets are calculated.


Next topic: The privilege policy
Previous topic: Privileges associated with a file

© 1999 The Santa Cruz Operation, Inc. All rights reserved.
UnixWare 7 Release 7.1.1 - 5 November 1999