From fe37c8029dd9595e960f518080e12f79f832386a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 11 Oct 2021 14:17:22 +0200 Subject: executor: remove unused sysctl setup pkg/host.Setup never asks to setup "sysctl" feature explicitly, sysctl's are assumed to be setup whenever "syz-executor setup" is executed. Thus "sysctl" does not need to be present in the list of available things to setup. --- executor/executor_linux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'executor/executor_linux.h') diff --git a/executor/executor_linux.h b/executor/executor_linux.h index ed3cbafb3..bd43f2a5b 100644 --- a/executor/executor_linux.h +++ b/executor/executor_linux.h @@ -223,6 +223,5 @@ static feature_t features[] = { {"binfmt_misc", setup_binfmt_misc}, {"kcsan", setup_kcsan}, {"usb", setup_usb}, - {"sysctl", setup_sysctl}, {"802154", setup_802154}, }; -- cgit mrf-deployment