.. generated, remove this comment to keep this file ``etc.etc`` =========== .. code-block:: console $ target-query -f etc.etc .. list-table:: Details :widths: 20 80 * - Module - ``dissect.target.plugins.os.unix.etc.etc.EtcTree`` * - Output - ``records`` **Module documentation** Unix etc configuration tree plugin. **Function documentation** This plugin yields configuration information from the etc directory in key value pairs. Args: pattern: What glob-style pattern to search for. root: Path to use as root for searching. unknowns: Whether to also yield entries for unknown entries. Yields UnixConfigTreeRecord with the following fields: .. code-block:: text source (path): The path on the target used for parsing. path (path): The path inside the configuration file that is being used. key (string): The configuration key returned by parsing. value (string[]): The configuration value belonging to the key.