HomeSort by: relevance | last modified time | path
    Searched refs:runas_pw (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/bin/named/
os.c 63 static struct passwd *runas_pw = NULL; variable in typeref:struct:passwd
527 runas_pw = getpwuid((uid_t)atoi(username));
529 runas_pw = getpwnam(username);
533 if (runas_pw == NULL) {
539 if (initgroups(runas_pw->pw_name, runas_pw->pw_gid) < 0) {
548 if (runas_pw == NULL || done_setuid) {
561 if (runas_pw == NULL || done_setuid) {
569 setperms(runas_pw->pw_uid, runas_pw->pw_gid)
    [all...]
  /src/crypto/external/bsd/openssh/dist/
auth2-pubkey.c 386 struct passwd *runas_pw = NULL; local
416 runas_pw = getpwnam(username);
417 if (runas_pw == NULL) {
484 runas_pw, temporarily_use_uid, restore_uid)) == 0)
488 temporarily_use_uid(runas_pw);
666 struct passwd *runas_pw = NULL; local
693 runas_pw = getpwnam(username);
694 if (runas_pw == NULL) {
760 runas_pw, temporarily_use_uid, restore_uid)) == 0)
764 temporarily_use_uid(runas_pw);
    [all...]

Completed in 19 milliseconds