Lines Matching full:template

2 IMA Template Management Mechanism
9 The original ``ima`` template is fixed length, containing the filedata hash
19 a new template is defined, the functions that generate and display
23 The proposed solution solves this problem by separating the template
25 definition of two new data structures: a template descriptor, to determine
26 which information should be included in the measurement list; a template
32 measurement entries. Defining a new template descriptor requires
33 specifying the template format (a string of field identifiers separated
35 parameter. At boot time, IMA initializes the chosen template descriptor
36 by translating the format into an array of template fields structures taken
40 (new function defined within the patches for the new template management
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
47 fields associated to the chosen template descriptor and store the result
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.
57 Supported Template Fields and Descriptors
60 In the following, there is the list of supported template fields
61 ``('<identifier>': description)``, that can be used to define new template
88 Below, there is the list of defined template descriptors:
103 To specify the template descriptor to be used to generate measurement entries,
106 - select a template descriptor among those supported in the kernel
108 - specify a template descriptor name from the kernel command line through
110 - register a new template descriptor with custom format through the kernel