server: hide xdg_output from unprivileged clients

Regular Wayland clients shouldn't care about the position or size
of outputs. Hide xdg_output from unprivileged clients to make sure
they're not doing shenanigans with this information.
This commit is contained in:
Simon Ser 2024-05-24 23:49:32 +02:00 committed by Simon Zeni
parent a168b20299
commit 700f4805bc
2 changed files with 6 additions and 2 deletions

View file

@ -81,6 +81,8 @@ struct sway_server {
struct wlr_pointer_constraints_v1 *pointer_constraints;
struct wl_listener pointer_constraint;
struct wlr_xdg_output_manager_v1 *xdg_output_manager_v1;
struct wlr_output_manager_v1 *output_manager_v1;
struct wl_listener output_manager_apply;
struct wl_listener output_manager_test;