dissect.target.plugins.child.virtuozzo¶
Module Contents¶
Classes¶
Child target plugin that yields from Virtuozzo container's root. |
- class dissect.target.plugins.child.virtuozzo.VirtuozzoChildTargetPlugin(target: dissect.target.target.Target)¶
Bases:
dissect.target.plugin.ChildTargetPluginChild target plugin that yields from Virtuozzo container’s root.
Virtuozzo containers are by default registered in the folder
vz/root/$VEID, where VEID will be substituted with the actual container UUID./ etc/ var/ vz/ root/ <container-uuid>/ <container-uuid>/
References
- __type__ = 'virtuozzo'¶
- PATH = '/vz/root'¶
- CONFIG_PATH = '/etc/vz/conf'¶
- check_compatible() None¶
Perform a compatibility check with the target.
This function should return
Noneif the plugin is compatible with the current target (self.target). For example, check if a certain file exists. Otherwise it should raise anUnsupportedPluginError.- Raises:
UnsupportedPluginError – If the plugin could not be loaded.
- list_children() collections.abc.Iterator[dissect.target.helpers.record.ChildTargetRecord]¶
Yield
ChildTargetRecordrecords of all possible child targets on this target.