mirror of
https://github.com/volatilityfoundation/volatility
synced 2026-06-08 18:04:46 +00:00
increase the width of the mac_mount plugin's Mount Point column
This commit is contained in:
@@ -39,7 +39,7 @@ class mac_mount(common.AbstractMacCommand):
|
||||
mount = mount.mnt_list.tqe_next
|
||||
|
||||
def render_text(self, outfd, data):
|
||||
self.table_header(outfd, [("Device", "30"), ("Mount Point", "20"), ("Type", "")])
|
||||
self.table_header(outfd, [("Device", "30"), ("Mount Point", "30"), ("Type", "")])
|
||||
for mount in data:
|
||||
self.table_row(outfd,
|
||||
mount.mnt_vfsstat.f_mntonname,
|
||||
|
||||
Reference in New Issue
Block a user