From e4643c6dbea64304c9e8b074699227e8654c989d Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 15 Jan 2024 16:02:07 +0400 Subject: Implement security-context, hide some protocols from it --- src/dbus/mutter_service_channel.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dbus') diff --git a/src/dbus/mutter_service_channel.rs b/src/dbus/mutter_service_channel.rs index 6dd69598..3d30ac17 100644 --- a/src/dbus/mutter_service_channel.rs +++ b/src/dbus/mutter_service_channel.rs @@ -29,6 +29,7 @@ impl ServiceChannel { compositor_state: Default::default(), // Would be nice to thread config here but for now it's fine. can_view_decoration_globals: false, + restricted: false, }); self.display.insert_client(sock2, data).unwrap(); Ok(unsafe { zbus::zvariant::OwnedFd::from_raw_fd(sock1.into_raw_fd()) }) -- cgit