initvector(3C)
NAME
initvector − initialize maximim access vector
SYNOPSIS
int initvector (uid, gid)
int uid, gid;
DESCRIPTION
initvector uses getvecid(3C) to search /etc/acc_vector for the maximum access vector for the given user id and group id. This access vector is then set up, using the setaccvec(2) call, as the maximum access vector of the calling process. This routine is available only to the super-user.
FILES
/etc/acc_vector
SEE ALSO
setvec(1), lsvec(1), setaccvec(2), getvecid(3C), acc_vector(4)
CX/UX Programmer’s Reference Manual