1
0
Fork 0
forked from wry/wry

config: add sandbox client criteria

This commit is contained in:
Julian Orth 2025-05-02 17:48:44 +02:00
parent fd2163d658
commit 9bf79bf23c
20 changed files with 465 additions and 46 deletions

View file

@ -12,6 +12,7 @@ use {
wl_surface::x_surface::xwindow::{Xwindow, XwindowData},
},
io_uring::IoUringError,
security_context_acceptor::AcceptorMetadata,
state::State,
user_session::import_environment,
utils::{
@ -179,6 +180,7 @@ async fn run(
ClientCaps::all(),
ClientCaps::all(),
true,
&Rc::new(AcceptorMetadata::default()),
);
let client = match client {
Ok(c) => c,