aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-09-14 16:14:53 +0200
committerAleksandr Nogikh <wp32pw@gmail.com>2021-09-14 16:43:18 +0200
commit07e953c105af057cb474bc086f68fb7ec5b241ec (patch)
tree76fca3847bd4f8913917ce16b89c21d4657e4559 /tools
parent58d094047fb1e61df8402ef854bd3bfb97826d6f (diff)
tools/syz-prog2c: allow enabling/disabling sysctl feature
Diffstat (limited to 'tools')
-rw-r--r--tools/syz-prog2c/prog2c.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/syz-prog2c/prog2c.go b/tools/syz-prog2c/prog2c.go
index 6c298d479..ea729883f 100644
--- a/tools/syz-prog2c/prog2c.go
+++ b/tools/syz-prog2c/prog2c.go
@@ -96,6 +96,7 @@ func main() {
VhciInjection: features["vhci"].Enabled,
Wifi: features["wifi"].Enabled,
IEEE802154: features["ieee802154"].Enabled,
+ Sysctl: features["sysctl"].Enabled,
UseTmpDir: *flagUseTmpDir,
HandleSegv: *flagHandleSegv,
Repro: *flagRepro,