-
Notifications
You must be signed in to change notification settings - Fork 9
RuntimeProtect
German Vekhorev edited this page Jul 10, 2021
·
2 revisions
RuntimeProtect is a big part of Keiko that's made up of modules whose purpose is to protect your server while it is running ("at run-time"). Sometimes, RuntimeProtect modules duplicate Keiko's static inspections, checking basically the same behavior, but at run-time. But in most cases, RuntimeProtect is more powerful, and, when properly configured, can let you relax almost completely.
RuntimeProtect consists of the following modules:
- Domain Access Control (DAC) — controls plugins' run-time permissions;
- Keiko Megane — monitors plugins' behavior to detect potential threats at run-time.
All RuntimeProtect modules have their own sections inside the runtimeprotect.yml
config file.
Can't find what you're looking for? Ask in Keiko's Discord server or open an issue on GitHub!