Lines Matching refs:of
10 necessary to extend the current version of IMA by defining additional
12 the inode UID/GID or the LSM labels either of the inode and of the process
21 management from the remaining IMA code. The core of this solution is the
22 definition of two new data structures: a template descriptor, to determine
24 field, to generate and display data of a given type.
30 specifying the template format (a string of field identifiers separated
33 by translating the format into an array of template fields structures taken
34 from the set of the supported ones.
41 It is during this phase that the advantages of the new architecture are
43 a given template but, instead, it simply calls the init() method of the template
50 method for each item of the array of template fields structures.
56 In the following, there is the list of supported template fields
61 - 'd': the digest of the event (i.e. the digest of a measured file),
63 - 'n': the name of the event (i.e. the file name), with size up to 255 bytes;
64 - 'd-ng': the digest of the event, calculated with an arbitrary hash
67 - 'n-ng': the name of the event, without size limitations;
71 Below, there is the list of defined template descriptors: