Home
last modified time | relevance | path

Searched refs:arg_root_password (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/firstboot/
Dfirstboot.c55 static char *arg_root_password = NULL; variable
81 STATIC_DESTRUCTOR_REGISTER(arg_root_password, erase_and_freep);
595 if (arg_root_password) in prompt_root_password()
598 r = read_credential("passwd.hashed-password.root", (void**) &arg_root_password, NULL); in prompt_root_password()
600 … r = read_credential("passwd.plaintext-password.root", (void**) &arg_root_password, NULL); in prompt_root_password()
659 arg_root_password = TAKE_PTR(*a); in prompt_root_password()
880 …if (!(arg_root_password || arg_prompt_root_password || arg_copy_root_password || arg_delete_root_p… in process_root_args()
915 r = free_and_strdup(&arg_root_password, p->sp_pwdp); in process_root_args()
926 if (arg_root_password && arg_root_password_is_hashed) { in process_root_args()
928 hashed_password = arg_root_password; in process_root_args()
[all …]