You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runcon: use Command::exec() instead of libc::execvp()
No need to use the libc crate for execvp, the standard rust library provides the functionality via `Command::exec()`.
Signed-off-by: Etienne Cordonnier <[email protected]>
0 commit comments