security-context: implement protocol

fixes #7318
This commit is contained in:
Vaxry 2024-10-06 14:07:07 +01:00
parent 0c7a7e2d56
commit da86aac0f5
10 changed files with 374 additions and 1 deletions

View file

@ -11,6 +11,8 @@ class CProtocolManager {
CProtocolManager();
~CProtocolManager();
bool isGlobalPrivileged(const wl_global* global);
private:
std::unordered_map<std::string, CHyprSignalListener> m_mModeChangeListeners;