protocols: whitelist wp_color_manager_v1 for security_context (#10723)

Now that `wine` (and `proton`) supports Wayland it makes sense to allow the `wp_color_manager_v1` in Flatpak for native HDR without the need for `gamescope`!
This commit is contained in:
Otto Modinos
2025-06-13 01:27:30 +03:00
committed by GitHub
parent 826061d166
commit d14f81e6ac

View File

@@ -336,6 +336,7 @@ bool CProtocolManager::isGlobalPrivileged(const wl_global* global) {
PROTO::sync ? PROTO::sync->getGlobal() : nullptr,
PROTO::mesaDRM ? PROTO::mesaDRM->getGlobal() : nullptr,
PROTO::linuxDma ? PROTO::linuxDma->getGlobal() : nullptr,
PROTO::colorManagement ? PROTO::colorManagement->getGlobal() : nullptr,
};
// clang-format on