config: add sandbox client criteria
This commit is contained in:
parent
fd2163d658
commit
9bf79bf23c
20 changed files with 465 additions and 46 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue