Searched refs:INIT_PROC_TRYLIST (Results 1 – 1 of 1) sorted by relevance
25 const INIT_PROC_TRYLIST: [&str; 3] = ["/bin/dragonreach", "/bin/init", "/bin/sh"]; constant101 for path in INIT_PROC_TRYLIST.iter() { in switch_to_user()