xwayland: disable direct libei access
This commit is contained in:
parent
665127e6c0
commit
53ada31d74
3 changed files with 61 additions and 13 deletions
|
|
@ -1300,6 +1300,7 @@ impl ConfigProxyHandler {
|
|||
Some(f) => f,
|
||||
_ => return Err(CphError::NoForker),
|
||||
};
|
||||
let env = env.into_iter().map(|(k, v)| (k, Some(v))).collect();
|
||||
forker.spawn(prog.to_string(), args, env, fds);
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue