Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
using namespace icinga;
7
8
bool ScriptPermissionChecker::CanAccessGlobalVariable(const String&)
9
{
10
return true;
11
}
12
13
bool ScriptPermissionChecker::CanAccessConfigObject(const ConfigObject::Ptr&)
14
{
Callers
1
GetGlobals
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected