Initial commit: Multi-repository role-based knowledge graphs
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "System Operator",
|
||||
"data": {
|
||||
"log": { "id": 1, "nterm": "log" },
|
||||
"logs": { "id": 1, "nterm": "log" },
|
||||
"logging": { "id": 1, "nterm": "log" },
|
||||
"syslog": { "id": 1, "nterm": "log" },
|
||||
"journal": { "id": 1, "nterm": "log" },
|
||||
|
||||
"config": { "id": 2, "nterm": "config" },
|
||||
"configuration": { "id": 2, "nterm": "config" },
|
||||
"conf": { "id": 2, "nterm": "config" },
|
||||
"cfg": { "id": 2, "nterm": "config" },
|
||||
"settings": { "id": 2, "nterm": "config" },
|
||||
|
||||
"service": { "id": 3, "nterm": "service" },
|
||||
"daemon": { "id": 3, "nterm": "service" },
|
||||
"systemd": { "id": 3, "nterm": "service" },
|
||||
"process": { "id": 3, "nterm": "service" },
|
||||
|
||||
"network": { "id": 4, "nterm": "network" },
|
||||
"net": { "id": 4, "nterm": "network" },
|
||||
"ip": { "id": 4, "nterm": "network" },
|
||||
"dns": { "id": 4, "nterm": "network" },
|
||||
"firewall": { "id": 4, "nterm": "network" },
|
||||
|
||||
"security": { "id": 5, "nterm": "security" },
|
||||
"secure": { "id": 5, "nterm": "security" },
|
||||
"audit": { "id": 5, "nterm": "security" },
|
||||
"permission": { "id": 5, "nterm": "security" },
|
||||
"auth": { "id": 5, "nterm": "security" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user