1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added extra server permission to see all server events.

This commit is contained in:
Ylian Saint-Hilaire 2020-08-18 12:46:20 -07:00
parent 976f6d5376
commit 75fd54c34d
3 changed files with 11 additions and 3 deletions

View file

@ -63,6 +63,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
const SITERIGHT_USERGROUPS = 0x00000100;
const SITERIGHT_RECORDINGS = 0x00000200;
const SITERIGHT_LOCKSETTINGS = 0x00000400;
const SITERIGHT_ALLEVENTS = 0x00000800;
const SITERIGHT_ADMIN = 0xFFFFFFFF;
var obj = {};