mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 03:38:00 +02:00
protocols: allow xdg-foreign to be used by sandboxed apps (#13854)
* allowlist xdgForeignExporter * also allow importer
This commit is contained in:
parent
1c25bcc811
commit
420ee44eed
1 changed files with 2 additions and 0 deletions
|
|
@ -363,6 +363,8 @@ bool CProtocolManager::isGlobalPrivileged(const wl_global* global) {
|
|||
PROTO::xdgBell->getGlobal(),
|
||||
PROTO::fifo->getGlobal(),
|
||||
PROTO::commitTiming->getGlobal(),
|
||||
PROTO::xdgForeignExporter->getGlobal(),
|
||||
PROTO::xdgForeignImporter->getGlobal(),
|
||||
PROTO::sync ? PROTO::sync->getGlobal() : nullptr,
|
||||
PROTO::mesaDRM ? PROTO::mesaDRM->getGlobal() : nullptr,
|
||||
PROTO::linuxDma ? PROTO::linuxDma->getGlobal() : nullptr,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue