Open System Services System Calls Reference Manual (G06.25+, H06.03+)

tdm_execve(2) OSS System Calls Reference Manual
The creator access ID (CAID) is set to the process access ID (PAID) of the calling pro-
cess.
The PAID depends on whether the S_ISUID mode bit of the process image le is set. If
that bit is set, the PAID is based on the le owner ID. If not, the PAID is the same as for
the caller. (The S_ISUID mode bit of the image le has no effect on the security group
list.)
The MOM eld for the new process depends on whether the calling process is named. If
it is named, the MOM eld of the new process is set to the callers ANCESTOR eld.
Otherwise, the MOM eld of the new process is set to the callers MOM eld.
System debugger selection for the new process is based on INSPECT mode.
Code breakpoints and memory breakpoints are not inherited.
For detailed information about Guardian process attributes, see the PROCESS_LAUNCH_ pro-
cedure in the Guardian Procedure Calls Reference Manual.
Setting Guardian Attributes
The input structure pointed to by the pe_parms parameter permits the setting of Guardian attri-
butes for the new process.
First, the input structure must be initialized to the default values (see Default Guardian Attri-
butes, earlier in this reference page) using the #dene DEFAULT_PROCESS_EXTENSION.
After the structure is initialized, the values can be set using literals that are dened in the
tdmext.h header le.
If any optional parameter specied in the structure pointed to by pe_parms is not passed, the new
process assumes the corresponding default value.
The input structure is dened in the tdmext.h header le. This structure contains elds that can
vary from release version update (RVU) to RVU, including reserved and ller elds.
88 Hewlett-Packard Company 527186-003