setuid(real_uid); /* this should be done already */
#endif
closeallfiles(0); /* important: /etc/shadow may be open */
execl(prg, "SCREEN-LOCK", NULL);
execl(prg, "SCREEN-LOCK", "-p", "-n", NULL); /* use system passwd for lock */
exit(errno);
}
if (pid == -1)