aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2023-06-22 17:06:10 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2023-11-21 15:12:42 +0100
commit072fa60cb401acb2e257a03baf41c8ae63f4753d (patch)
treed8ccb62474448dd89ef9e6370375db3edc67c497 /include
parentApply gamma LUT when an output re-enabled (diff)
downloadsway-072fa60cb401acb2e257a03baf41c8ae63f4753d.tar.gz
sway-072fa60cb401acb2e257a03baf41c8ae63f4753d.tar.zst
sway-072fa60cb401acb2e257a03baf41c8ae63f4753d.zip
Add support for security-context-v1
As a first step, deny access to privileged protocols to sandboxed apps. References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3589
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 108561e6..be5c8d72 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -114,6 +114,10 @@ struct sway_server {
114 struct wlr_text_input_manager_v3 *text_input; 114 struct wlr_text_input_manager_v3 *text_input;
115 struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager; 115 struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager;
116 struct wlr_content_type_manager_v1 *content_type_manager_v1; 116 struct wlr_content_type_manager_v1 *content_type_manager_v1;
117 struct wlr_data_control_manager_v1 *data_control_manager_v1;
118 struct wlr_screencopy_manager_v1 *screencopy_manager_v1;
119 struct wlr_export_dmabuf_manager_v1 *export_dmabuf_manager_v1;
120 struct wlr_security_context_manager_v1 *security_context_manager_v1;
117 121
118 struct wlr_xdg_activation_v1 *xdg_activation_v1; 122 struct wlr_xdg_activation_v1 *xdg_activation_v1;
119 struct wl_listener xdg_activation_v1_request_activate; 123 struct wl_listener xdg_activation_v1_request_activate;