MCPcopy Create free account
hub / github.com/Icinga/icinga2 / CanAccessGlobalVariable

Method CanAccessGlobalVariable

lib/base/scriptpermission.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace icinga;
7
8bool ScriptPermissionChecker::CanAccessGlobalVariable(const String&)
9{
10 return true;
11}
12
13bool ScriptPermissionChecker::CanAccessConfigObject(const ConfigObject::Ptr&)
14{

Callers 1

GetGlobalsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected