Home
last modified time | relevance | path

Searched refs:FeatureSandboxSetuid (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/pkg/host/
Dhost.go42 FeatureSandboxSetuid const
73 FeatureSandboxSetuid: {Name: "setuid sandbox", Reason: unsupported},
Dhost_linux.go320 checkFeature[FeatureSandboxSetuid] = unconditionallyEnabled
/external/syzkaller/syz-fuzzer/
Dtesting.go131 if feat := features[host.FeatureSandboxSetuid]; !feat.Enabled &&
149 if features[host.FeatureSandboxSetuid].Enabled {