isphinx.addnodesdocument)}( rawsourcechildren]( translations LanguagesNode)}(hhh](h pending_xref)}(hhh]docutils.nodesTextChinese (Simplified)}parenthsba attributes}(ids]classes]names]dupnames]backrefs] refdomainstdreftypedoc reftarget*/translations/zh_CN/security/IMA-templatesmodnameN classnameN refexplicitutagnamehhh ubh)}(hhh]hChinese (Traditional)}hh2sbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget*/translations/zh_TW/security/IMA-templatesmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hItalian}hhFsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget*/translations/it_IT/security/IMA-templatesmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hJapanese}hhZsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget*/translations/ja_JP/security/IMA-templatesmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hKorean}hhnsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget*/translations/ko_KR/security/IMA-templatesmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hSpanish}hhsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget*/translations/sp_SP/security/IMA-templatesmodnameN classnameN refexplicituh1hhh ubeh}(h]h ]h"]h$]h&]current_languageEnglishuh1h hh _documenthsourceNlineNubhsection)}(hhh](htitle)}(h!IMA Template Management Mechanismh]h!IMA Template Management Mechanism}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhhhD/var/lib/git/docbuild/linux/Documentation/security/IMA-templates.rsthKubh)}(hhh](h)}(h Introductionh]h Introduction}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhhhhhKubh paragraph)}(hX The original ``ima`` template is fixed length, containing the filedata hash and pathname. The filedata hash is limited to 20 bytes (md5/sha1). The pathname is a null terminated string, limited to 255 characters. To overcome these limitations and to add additional file metadata, it is necessary to extend the current version of IMA by defining additional templates. For example, information that could be possibly reported are the inode UID/GID or the LSM labels either of the inode and of the process that is accessing it.h](h The original }(hhhhhNhNubhliteral)}(h``ima``h]hima}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhubhX template is fixed length, containing the filedata hash and pathname. The filedata hash is limited to 20 bytes (md5/sha1). The pathname is a null terminated string, limited to 255 characters. To overcome these limitations and to add additional file metadata, it is necessary to extend the current version of IMA by defining additional templates. For example, information that could be possibly reported are the inode UID/GID or the LSM labels either of the inode and of the process that is accessing it.}(hhhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhK hhhhubh)}(hXHowever, the main problem to introduce this feature is that, each time a new template is defined, the functions that generate and display the measurements list would include the code for handling a new format and, thus, would significantly grow over the time.h]hXHowever, the main problem to introduce this feature is that, each time a new template is defined, the functions that generate and display the measurements list would include the code for handling a new format and, thus, would significantly grow over the time.}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hXVThe proposed solution solves this problem by separating the template management from the remaining IMA code. The core of this solution is the definition of two new data structures: a template descriptor, to determine which information should be included in the measurement list; a template field, to generate and display data of a given type.h]hXVThe proposed solution solves this problem by separating the template management from the remaining IMA code. The core of this solution is the definition of two new data structures: a template descriptor, to determine which information should be included in the measurement list; a template field, to generate and display data of a given type.}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hX^Managing templates with these structures is very simple. To support a new data type, developers define the field identifier and implement two functions, init() and show(), respectively to generate and display measurement entries. Defining a new template descriptor requires specifying the template format (a string of field identifiers separated by the ``|`` character) through the ``ima_template_fmt`` kernel command line parameter. At boot time, IMA initializes the chosen template descriptor by translating the format into an array of template fields structures taken from the set of the supported ones.h](hXaManaging templates with these structures is very simple. To support a new data type, developers define the field identifier and implement two functions, init() and show(), respectively to generate and display measurement entries. Defining a new template descriptor requires specifying the template format (a string of field identifiers separated by the }(hjhhhNhNubh)}(h``|``h]h|}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjubh character) through the }(hjhhhNhNubh)}(h``ima_template_fmt``h]hima_template_fmt}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1hhjubh kernel command line parameter. At boot time, IMA initializes the chosen template descriptor by translating the format into an array of template fields structures taken from the set of the supported ones.}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hXAfter the initialization step, IMA will call ``ima_alloc_init_template()`` (new function defined within the patches for the new template management mechanism) to generate a new measurement entry by using the template descriptor chosen through the kernel configuration or through the newly introduced ``ima_template`` and ``ima_template_fmt`` kernel command line parameters. It is during this phase that the advantages of the new architecture are clearly shown: the latter function will not contain specific code to handle a given template but, instead, it simply calls the ``init()`` method of the template fields associated to the chosen template descriptor and store the result (pointer to allocated data and data length) in the measurement entry structure.h](h-After the initialization step, IMA will call }(hj:hhhNhNubh)}(h``ima_alloc_init_template()``h]hima_alloc_init_template()}(hjBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhj:ubh (new function defined within the patches for the new template management mechanism) to generate a new measurement entry by using the template descriptor chosen through the kernel configuration or through the newly introduced }(hj:hhhNhNubh)}(h``ima_template``h]h ima_template}(hjThhhNhNubah}(h]h ]h"]h$]h&]uh1hhj:ubh and }(hj:hhhNhNubh)}(h``ima_template_fmt``h]hima_template_fmt}(hjfhhhNhNubah}(h]h ]h"]h$]h&]uh1hhj:ubh kernel command line parameters. It is during this phase that the advantages of the new architecture are clearly shown: the latter function will not contain specific code to handle a given template but, instead, it simply calls the }(hj:hhhNhNubh)}(h ``init()``h]hinit()}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhj:ubh method of the template fields associated to the chosen template descriptor and store the result (pointer to allocated data and data length) in the measurement entry structure.}(hj:hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhK'hhhhubh)}(hXThe same mechanism is employed to display measurements entries. The functions ``ima[_ascii]_measurements_show()`` retrieve, for each entry, the template descriptor used to produce that entry and call the show() method for each item of the array of template fields structures.h](hNThe same mechanism is employed to display measurements entries. The functions }(hjhhhNhNubh)}(h#``ima[_ascii]_measurements_show()``h]hima[_ascii]_measurements_show()}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjubh retrieve, for each entry, the template descriptor used to produce that entry and call the show() method for each item of the array of template fields structures.}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhK2hhhhubeh}(h] introductionah ]h"] introductionah$]h&]uh1hhhhhhhhKubh)}(hhh](h)}(h)Supported Template Fields and Descriptorsh]h)Supported Template Fields and Descriptors}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhK:ubh)}(hIn the following, there is the list of supported template fields ``('': description)``, that can be used to define new template descriptors by adding their identifier to the format string (support for more data types will be added later):h](hAIn the following, there is the list of supported template fields }(hjhhhNhNubh)}(h!``('': description)``h]h('': description)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjubh, that can be used to define new template descriptors by adding their identifier to the format string (support for more data types will be added later):}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhK:digest); - 'd-ngv2': same as d-ng, but prefixed with the "ima" or "verity" digest type (field format: ::digest); - 'd-modsig': the digest of the event without the appended modsig; - 'n-ng': the name of the event, without size limitations; - 'sig': the file signature, based on either the file's/fsverity's digest[1], or the EVM portable signature, if 'security.ima' contains a file hash. - 'modsig' the appended file signature; - 'buf': the buffer data that was used to generate the hash without size limitations; - 'evmsig': the EVM portable signature; - 'iuid': the inode UID; - 'igid': the inode GID; - 'imode': the inode mode; - 'xattrnames': a list of xattr names (separated by ``|``), only if the xattr is present; - 'xattrlengths': a list of xattr lengths (u32), only if the xattr is present; - 'xattrvalues': a list of xattr values; h]h bullet_list)}(hhh](h list_item)}(hr'd': the digest of the event (i.e. the digest of a measured file), calculated with the SHA1 or MD5 hash algorithm;h]h)}(hr'd': the digest of the event (i.e. the digest of a measured file), calculated with the SHA1 or MD5 hash algorithm;h]hv‘d’: the digest of the event (i.e. the digest of a measured file), calculated with the SHA1 or MD5 hash algorithm;}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKAhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hK'n': the name of the event (i.e. the file name), with size up to 255 bytes;h]h)}(hjh]hO‘n’: the name of the event (i.e. the file name), with size up to 255 bytes;}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKChjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hp'd-ng': the digest of the event, calculated with an arbitrary hash algorithm (field format: :digest);h]h)}(hp'd-ng': the digest of the event, calculated with an arbitrary hash algorithm (field format: :digest);h]ht‘d-ng’: the digest of the event, calculated with an arbitrary hash algorithm (field format: :digest);}(hj)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKDhj%ubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h}'d-ngv2': same as d-ng, but prefixed with the "ima" or "verity" digest type (field format: ::digest);h]h)}(h}'d-ngv2': same as d-ng, but prefixed with the "ima" or "verity" digest type (field format: ::digest);h]h‘d-ngv2’: same as d-ng, but prefixed with the “ima” or “verity” digest type (field format: ::digest);}(hjAhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKFhj=ubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h@'d-modsig': the digest of the event without the appended modsig;h]h)}(hjWh]hD‘d-modsig’: the digest of the event without the appended modsig;}(hjYhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKHhjUubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h8'n-ng': the name of the event, without size limitations;h]h)}(hjnh]h<‘n-ng’: the name of the event, without size limitations;}(hjphhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKIhjlubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h'sig': the file signature, based on either the file's/fsverity's digest[1], or the EVM portable signature, if 'security.ima' contains a file hash.h]h)}(h'sig': the file signature, based on either the file's/fsverity's digest[1], or the EVM portable signature, if 'security.ima' contains a file hash.h]h‘sig’: the file signature, based on either the file’s/fsverity’s digest[1], or the EVM portable signature, if ‘security.ima’ contains a file hash.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKJhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h%'modsig' the appended file signature;h]h)}(hjh]h)‘modsig’ the appended file signature;}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKLhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hS'buf': the buffer data that was used to generate the hash without size limitations;h]h)}(hjh]hW‘buf’: the buffer data that was used to generate the hash without size limitations;}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h%'evmsig': the EVM portable signature;h]h)}(hjh]h)‘evmsig’: the EVM portable signature;}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKNhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h'iuid': the inode UID;h]h)}(hjh]h‘iuid’: the inode UID;}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKOhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h'igid': the inode GID;h]h)}(hjh]h‘igid’: the inode GID;}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKPhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h'imode': the inode mode;h]h)}(hjh]h‘imode’: the inode mode;}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKQhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hX'xattrnames': a list of xattr names (separated by ``|``), only if the xattr is present;h]hdefinition_list)}(hhh]hdefinition_list_item)}(hW'xattrnames': a list of xattr names (separated by ``|``), only if the xattr is present;h](hterm)}(hN'xattrnames': a list of xattr names (separated by ``|``), only if the xattr ish](h6‘xattrnames’: a list of xattr names (separated by }(hj6hhhNhNubh)}(h``|``h]h|}(hj>hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj6ubh), only if the xattr is}(hj6hhhNhNubeh}(h]h ]h"]h$]h&]uh1j4hhhKRhj0ubh definition)}(hhh]h)}(hpresent;h]hpresent;}(hj[hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKShjXubah}(h]h ]h"]h$]h&]uh1jVhj0ubeh}(h]h ]h"]h$]h&]uh1j.hhhKRhj+ubah}(h]h ]h"]h$]h&]uh1j)hj%ubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hL'xattrlengths': a list of xattr lengths (u32), only if the xattr is present;h]h)}(hjh]hP‘xattrlengths’: a list of xattr lengths (u32), only if the xattr is present;}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKThjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h('xattrvalues': a list of xattr values; h]h)}(h&'xattrvalues': a list of xattr values;h]h*‘xattrvalues’: a list of xattr values;}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKUhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]bullet-uh1jhhhKAhjubah}(h]h ]h"]h$]h&]uh1jhhhKAhjhhubh)}(h9Below, there is the list of defined template descriptors:h]h9Below, there is the list of defined template descriptors:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKXhjhhubj)}(hX- "ima": its format is ``d|n``; - "ima-ng" (default): its format is ``d-ng|n-ng``; - "ima-ngv2": its format is ``d-ngv2|n-ng``; - "ima-sig": its format is ``d-ng|n-ng|sig``; - "ima-sigv2": its format is ``d-ngv2|n-ng|sig``; - "ima-buf": its format is ``d-ng|n-ng|buf``; - "ima-modsig": its format is ``d-ng|n-ng|sig|d-modsig|modsig``; - "evm-sig": its format is ``d-ng|n-ng|evmsig|xattrnames|xattrlengths|xattrvalues|iuid|igid|imode``; h]j)}(hhh](j)}(h"ima": its format is ``d|n``;h]h)}(hjh](h“ima”: its format is }(hjhhhNhNubh)}(h``d|n``h]hd|n}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjubh;}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhKZhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h0"ima-ng" (default): its format is ``d-ng|n-ng``;h]h)}(hjh](h&“ima-ng” (default): its format is }(hjhhhNhNubh)}(h ``d-ng|n-ng``h]h d-ng|n-ng}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjubh;}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhK[hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h*"ima-ngv2": its format is ``d-ngv2|n-ng``;h]h)}(hj'h](h“ima-ngv2”: its format is }(hj)hhhNhNubh)}(h``d-ngv2|n-ng``h]h d-ngv2|n-ng}(hj0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj)ubh;}(hj)hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhK\hj%ubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h+"ima-sig": its format is ``d-ng|n-ng|sig``;h]h)}(hjPh](h“ima-sig”: its format is }(hjRhhhNhNubh)}(h``d-ng|n-ng|sig``h]h d-ng|n-ng|sig}(hjYhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjRubh;}(hjRhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhK]hjNubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h/"ima-sigv2": its format is ``d-ngv2|n-ng|sig``;h]h)}(hjyh](h“ima-sigv2”: its format is }(hj{hhhNhNubh)}(h``d-ngv2|n-ng|sig``h]hd-ngv2|n-ng|sig}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhj{ubh;}(hj{hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhK^hjwubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h+"ima-buf": its format is ``d-ng|n-ng|buf``;h]h)}(hjh](h“ima-buf”: its format is }(hjhhhNhNubh)}(h``d-ng|n-ng|buf``h]h d-ng|n-ng|buf}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjubh;}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhK_hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h>"ima-modsig": its format is ``d-ng|n-ng|sig|d-modsig|modsig``;h]h)}(hjh](h “ima-modsig”: its format is }(hjhhhNhNubh)}(h!``d-ng|n-ng|sig|d-modsig|modsig``h]hd-ng|n-ng|sig|d-modsig|modsig}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjubh;}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhK`hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hd"evm-sig": its format is ``d-ng|n-ng|evmsig|xattrnames|xattrlengths|xattrvalues|iuid|igid|imode``; h]h)}(hb"evm-sig": its format is ``d-ng|n-ng|evmsig|xattrnames|xattrlengths|xattrvalues|iuid|igid|imode``;h](h“evm-sig”: its format is }(hjhhhNhNubh)}(hH``d-ng|n-ng|evmsig|xattrnames|xattrlengths|xattrvalues|iuid|igid|imode``h]hDd-ng|n-ng|evmsig|xattrnames|xattrlengths|xattrvalues|iuid|igid|imode}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjubh;}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhKahjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]jjuh1jhhhKZhjubah}(h]h ]h"]h$]h&]uh1jhhhKZhjhhubeh}(h])supported-template-fields-and-descriptorsah ]h"])supported template fields and descriptorsah$]h&]uh1hhhhhhhhK:ubh)}(hhh](h)}(hUseh]hUse}(hj3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj0hhhhhKeubh)}(h}To specify the template descriptor to be used to generate measurement entries, currently the following methods are supported:h]h}To specify the template descriptor to be used to generate measurement entries, currently the following methods are supported:}(hjAhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKghj0hhubj)}(hX^- select a template descriptor among those supported in the kernel configuration (``ima-ng`` is the default choice); - specify a template descriptor name from the kernel command line through the ``ima_template=`` parameter; - register a new template descriptor with custom format through the kernel command line parameter ``ima_template_fmt=``.h]j)}(hhh](j)}(hrselect a template descriptor among those supported in the kernel configuration (``ima-ng`` is the default choice);h]h)}(hrselect a template descriptor among those supported in the kernel configuration (``ima-ng`` is the default choice);h](hPselect a template descriptor among those supported in the kernel configuration (}(hjZhhhNhNubh)}(h ``ima-ng``h]hima-ng}(hjbhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjZubh is the default choice);}(hjZhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhKjhjVubah}(h]h ]h"]h$]h&]uh1jhjSubj)}(hhspecify a template descriptor name from the kernel command line through the ``ima_template=`` parameter;h]h)}(hhspecify a template descriptor name from the kernel command line through the ``ima_template=`` parameter;h](hLspecify a template descriptor name from the kernel command line through the }(hjhhhNhNubh)}(h``ima_template=``h]h ima_template=}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjubh parameter;}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhKlhjubah}(h]h ]h"]h$]h&]uh1jhjSubj)}(hvregister a new template descriptor with custom format through the kernel command line parameter ``ima_template_fmt=``.h]h)}(hvregister a new template descriptor with custom format through the kernel command line parameter ``ima_template_fmt=``.h](h`register a new template descriptor with custom format through the kernel command line parameter }(hjhhhNhNubh)}(h``ima_template_fmt=``h]hima_template_fmt=}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjubh.}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhKnhjubah}(h]h ]h"]h$]h&]uh1jhjSubeh}(h]h ]h"]h$]h&]jjuh1jhhhKjhjOubah}(h]h ]h"]h$]h&]uh1jhhhKjhj0hhubeh}(h]useah ]h"]useah$]h&]uh1hhhhhhhhKeubeh}(h]!ima-template-management-mechanismah ]h"]!ima template management mechanismah$]h&]uh1hhhhhhhhKubeh}(h]h ]h"]h$]h&]sourcehuh1hcurrent_sourceN current_lineNsettingsdocutils.frontendValues)}(hN generatorN datestampN source_linkN source_urlN toc_backlinksentryfootnote_backlinksK sectnum_xformKstrip_commentsNstrip_elements_with_classesN strip_classesN report_levelK halt_levelKexit_status_levelKdebugNwarning_streamN tracebackinput_encoding utf-8-siginput_encoding_error_handlerstrictoutput_encodingutf-8output_encoding_error_handlerjerror_encodingutf-8error_encoding_error_handlerbackslashreplace language_codeenrecord_dependenciesNconfigN id_prefixhauto_id_prefixid dump_settingsNdump_internalsNdump_transformsNdump_pseudo_xmlNexpose_internalsNstrict_visitorN_disable_configN_sourceh _destinationN _config_files]7/var/lib/git/docbuild/linux/Documentation/docutils.confafile_insertion_enabled raw_enabledKline_length_limitM'pep_referencesN pep_base_urlhttps://peps.python.org/pep_file_url_templatepep-%04drfc_referencesN rfc_base_url&https://datatracker.ietf.org/doc/html/ tab_widthKtrim_footnote_reference_spacesyntax_highlightlong smart_quotessmartquotes_locales]character_level_inline_markupdoctitle_xform docinfo_xformKsectsubtitle_xform image_loadinglinkembed_stylesheetcloak_email_addressessection_self_linkenvNubreporterNindirect_targets]substitution_defs}substitution_names}refnames}refids}nameids}(jjjjj-j*jju nametypes}(jjj-juh}(jhjhj*jjj0u footnote_refs} citation_refs} autofootnotes]autofootnote_refs]symbol_footnotes]symbol_footnote_refs] footnotes] citations]autofootnote_startKsymbol_footnote_startK id_counter collectionsCounter}Rparse_messages]transform_messages] transformerN include_log] decorationNhhub.