Searched refs:runas_pw (Results 1 – 1 of 1) sorted by relevance
347 struct passwd *runas_pw = NULL; in match_principals_command() local377 runas_pw = getpwnam(username); in match_principals_command()378 if (runas_pw == NULL) { in match_principals_command()445 runas_pw, temporarily_use_uid, restore_uid)) == 0) in match_principals_command()449 temporarily_use_uid(runas_pw); in match_principals_command()621 struct passwd *runas_pw = NULL; in user_key_command_allowed2() local648 runas_pw = getpwnam(username); in user_key_command_allowed2()649 if (runas_pw == NULL) { in user_key_command_allowed2()715 runas_pw, temporarily_use_uid, restore_uid)) == 0) in user_key_command_allowed2()719 temporarily_use_uid(runas_pw); in user_key_command_allowed2()