• Home
  • Raw
  • Download

Lines Matching +full:entry +full:- +full:method

41 mechanism) to generate a new measurement entry by using the template
46 a given template but, instead, it simply calls the ``init()`` method of the template
48 (pointer to allocated data and data length) in the measurement entry structure.
51 The functions ``ima[_ascii]_measurements_show()`` retrieve, for each entry,
52 the template descriptor used to produce that entry and call the show()
53 method for each item of the array of template fields structures.
65 - 'd': the digest of the event (i.e. the digest of a measured file),
67 - 'n': the name of the event (i.e. the file name), with size up to 255 bytes;
68 - 'd-ng': the digest of the event, calculated with an arbitrary hash
70 - 'd-ngv2': same as d-ng, but prefixed with the "ima" or "verity" digest type
72 - 'd-modsig': the digest of the event without the appended modsig;
73 - 'n-ng': the name of the event, without size limitations;
74 - 'sig': the file signature, based on either the file's/fsverity's digest[1],
76 - 'modsig' the appended file signature;
77 - 'buf': the buffer data that was used to generate the hash without size limitations;
78 - 'evmsig': the EVM portable signature;
79 - 'iuid': the inode UID;
80 - 'igid': the inode GID;
81 - 'imode': the inode mode;
82 - 'xattrnames': a list of xattr names (separated by ``|``), only if the xattr is
84 - 'xattrlengths': a list of xattr lengths (u32), only if the xattr is present;
85 - 'xattrvalues': a list of xattr values;
90 - "ima": its format is ``d|n``;
91 - "ima-ng" (default): its format is ``d-ng|n-ng``;
92 - "ima-ngv2": its format is ``d-ngv2|n-ng``;
93 - "ima-sig": its format is ``d-ng|n-ng|sig``;
94 - "ima-sigv2": its format is ``d-ngv2|n-ng|sig``;
95 - "ima-buf": its format is ``d-ng|n-ng|buf``;
96 - "ima-modsig": its format is ``d-ng|n-ng|sig|d-modsig|modsig``;
97- "evm-sig": its format is ``d-ng|n-ng|evmsig|xattrnames|xattrlengths|xattrvalues|iuid|igid|imode`…
106 - select a template descriptor among those supported in the kernel
107 configuration (``ima-ng`` is the default choice);
108 - specify a template descriptor name from the kernel command line through
110 - register a new template descriptor with custom format through the kernel