mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-02-04 19:45:43 +00:00
protocolMgr: remove IME / virtual input protocols from sandbox whitelist
This commit is contained in:
@ -336,9 +336,6 @@ bool CProtocolManager::isGlobalPrivileged(const wl_global* global) {
|
||||
PROTO::constraints->getGlobal(),
|
||||
PROTO::activation->getGlobal(),
|
||||
PROTO::idle->getGlobal(),
|
||||
PROTO::ime->getGlobal(),
|
||||
PROTO::virtualKeyboard->getGlobal(),
|
||||
PROTO::virtualPointer->getGlobal(),
|
||||
PROTO::serverDecorationKDE->getGlobal(),
|
||||
PROTO::tablet->getGlobal(),
|
||||
PROTO::presentation->getGlobal(),
|
||||
|
||||
Reference in New Issue
Block a user