diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-10-11 14:17:22 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-12 15:25:31 +0200 |
| commit | fe37c8029dd9595e960f518080e12f79f832386a (patch) | |
| tree | 3a0e43d7a29c54093d3a0795d6391ffd4175a100 /executor | |
| parent | 74ccea39f66c8d710ffb586701341fa6ee11d7e9 (diff) | |
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.
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/executor_linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
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}, }; |
