From 572797938318de9cd517b1df99bac7d8c07e7f80 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Wed, 10 Nov 2021 18:42:12 +0530 Subject: [PATCH] Island: Remove kill file config option --- .../cc/services/config_schema/internal.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/monkey/monkey_island/cc/services/config_schema/internal.py b/monkey/monkey_island/cc/services/config_schema/internal.py index 84baa6ca5..df59d4054 100644 --- a/monkey/monkey_island/cc/services/config_schema/internal.py +++ b/monkey/monkey_island/cc/services/config_schema/internal.py @@ -213,24 +213,6 @@ INTERNAL = { } }, }, - "kill_file": { - "title": "Kill file", - "type": "object", - "properties": { - "kill_file_path_windows": { - "title": "Kill file path on Windows", - "type": "string", - "default": "%windir%\\monkey.not", - "description": "Path of file which kills monkey if it exists (on Windows)", - }, - "kill_file_path_linux": { - "title": "Kill file path on Linux", - "type": "string", - "default": "/var/run/monkey.not", - "description": "Path of file which kills monkey if it exists (on Linux)", - }, - }, - }, "dropper": { "title": "Dropper", "type": "object",