Merge branch 'master' into local/swap-support

This commit is contained in:
Mike Auty
2018-02-08 00:07:19 +00:00
+1 -1
View File
@@ -12,7 +12,7 @@ class PsList(plugins.PluginInterface):
description = 'Kernel Address Space',
architectures = ["Intel32", "Intel64"]),
requirements.SymbolRequirement(name = "nt_symbols", description = "Windows OS"),
# Convert this to a ListRequirement so that people can filter on sets of pids
# TODO: Convert this to a ListRequirement so that people can filter on sets of pids
requirements.IntRequirement(name = 'pid',
description = "Process ID to include (all other processes are excluded)",
optional = True)]