aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'executor/executor.cc')
-rw-r--r--executor/executor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/executor.cc b/executor/executor.cc
index 25e3be69d..76b1d284a 100644
--- a/executor/executor.cc
+++ b/executor/executor.cc
@@ -1522,6 +1522,7 @@ void setup_features(char** enable, int n)
flag_debug = true;
#if SYZ_HAVE_FEATURES
setup_sysctl();
+ setup_cgroups();
#endif
for (int i = 0; i < n; i++) {
bool found = false;