Documentation ¶
Index ¶
Constants ¶
View Source
const ( FeatureCoverage = iota FeatureComparisons FeatureExtraCoverage FeatureSandboxSetuid FeatureSandboxNamespace FeatureSandboxAndroid FeatureFault FeatureLeak FeatureNetInjection FeatureNetDevices FeatureKCSAN FeatureDevlinkPCI )
Variables ¶
This section is empty.
Functions ¶
func DetectSupportedSyscalls ¶
func DetectSupportedSyscalls(target *prog.Target, sandbox string) ( map[*prog.Syscall]bool, map[*prog.Syscall]string, error)
DetectSupportedSyscalls returns list on supported and unsupported syscalls on the host. For unsupported syscalls it also returns reason as to why it is unsupported.
Types ¶
Click to show internal directories.
Click to hide internal directories.