Home
last modified time | relevance | path

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

/DragonOS/user/apps/user-manage/src/check/
H A Dcheck.rs708 let mut uid_check = false; in scan_passwd() localVariable
723 uid_check = true; in scan_passwd()
740 if should_exist && (passwd_field.uid.is_none() || uid_check) { in scan_passwd()
754 if !uid_check { in scan_passwd()