Lines Matching refs:root
83 async fn set_root_run_enable(session_id: u32, channel_id: u32, root: bool) {
84 let root_flag = if root { "0" } else { "1" };
85 let mode_msg = if root { "sh" } else { "root" };
89 "set_root_run_enable: session_id: {}, channel_id: {}, root: {}, result: {}",
92 root,
96 crate::info!("set_root_run root:{root} free_all_session");
109 "Cannot set root run mode in undebuggable version.",
152 "Operate need running as root",