Searched refs:runas_pw (Results 1 – 1 of 1) sorted by relevance
353 struct passwd *runas_pw = NULL; in match_principals_command() local383 runas_pw = getpwnam(username); in match_principals_command()384 if (runas_pw == NULL) { in match_principals_command()451 runas_pw, temporarily_use_uid, restore_uid)) == 0) in match_principals_command()455 temporarily_use_uid(runas_pw); in match_principals_command()627 struct passwd *runas_pw = NULL; in user_key_command_allowed2() local654 runas_pw = getpwnam(username); in user_key_command_allowed2()655 if (runas_pw == NULL) { in user_key_command_allowed2()721 runas_pw, temporarily_use_uid, restore_uid)) == 0) in user_key_command_allowed2()725 temporarily_use_uid(runas_pw); in user_key_command_allowed2()