Skip to content

Commit 65b99bc

Browse files
committed
Plugins: remove unused unix argument in linux.sockstat
1 parent f5feee8 commit 65b99bc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

volatility3/framework/plugins/linux/sockstat.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -475,12 +475,6 @@ def get_requirements(cls):
475475
requirements.VersionRequirement(
476476
name="linux_net", component=network.NetSymbols, version=(1, 0, 0)
477477
),
478-
requirements.BooleanRequirement(
479-
name="unix",
480-
description=("Show UNIX domain Sockets only"),
481-
default=False,
482-
optional=True,
483-
),
484478
requirements.ListRequirement(
485479
name="pids",
486480
description="Filter results by process IDs. "

0 commit comments

Comments
 (0)