Description
Type integer READONLY
umask contains the value of the submit user's umask value. See the umask man page for details.
Example
if (umask == 077) { printf("Do not create files with permissions 0777\n"); runumask =0666; }
Type integer READONLY
umask contains the value of the submit user's umask value. See the umask man page for details.
if (umask == 077) { printf("Do not create files with permissions 0777\n"); runumask =0666; }
Type list READONLY
unameclient contains the system uname information from the client host. This information corresponds to the list returned by uname. For example:
Type list READONLY
unamemaster contains the system uname information from the policy serverclient host. This information corresponds to the list returned by uname. For example:
Type string READONLY
uniqueid is a 12-character string identifying a session. This is guaranteed to be unique on one policy server machine.
printf("Command is running as id = %s", uniqueid);
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center