dg_has_priv_euid(1) DG/UX R4.11 dg_has_priv_euid(1)
NAME
dghaspriveuid - check for appropriate privilege based on EUID
SYNOPSIS
dghaspriveuid eventname
DESCRIPTION
The dghaspriveuid routine determines whether the calling process
has appropriate privilege to satisfy the event specified by
eventname.
On systems where the capability feature is present, appropriate
privilege is determined by comparing the effective capability set of
the calling process with the capability list associated with the
specified event. The process has appropriate privilege if the
capability list is a subset of the effective capability set.
On systems where the capability feature is absent, the calling
process has appropriate privilege if its effective UID is 0.
FILES
/etc/tcb/cap/events Location of event definitions
DIAGNOSTICS
Return Values
0 The specified event requires privilege, and the calling
process does not have appropriate privilege.
1 The specified event requires privilege, and the calling
process has appropriate privilege.
2 The specified event does not require privilege.
SEE ALSO
dghasprivruid(1), dghaspriveuid(3), dgrunningwith(3C).
Licensed material--property of copyright holder(s)