dissect.target.plugins.os.unix.linux.fortios.locale¶
Module Contents¶
Classes¶
FortiOS locale plugin. |
Functions¶
Translate a FortiOS timezone number to IANA TZ. |
- class dissect.target.plugins.os.unix.linux.fortios.locale.FortiOSLocalePlugin(target: dissect.target.target.Target)¶
Bases:
dissect.target.plugins.os.default.locale.LocalePluginFortiOS locale plugin.
- 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.
- timezone() str | None¶
Return configured UI/system timezone.
- language() str | None¶
Return configured UI language.