Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef8894b0 authored by Mimi Zohar's avatar Mimi Zohar
Browse files

ima: update IMA-templates.txt documentation



Patch "ima: extend the measurement list to include the file signature"
defined a new field called 'sig' and a new template called 'ima-sig'.
This patch updates the Documentation/security/IMA-templates.txt.

Changelog:
 - fixed formatting issues (Roberto Sassu)

Reported-by: default avatarRoberto Sassu <roberto.sassu@polito.it>
Signed-off-by: default avatarMimi Zohar <zohar@linux.vnet.ibm.com>
Signed-off-by: default avatarRoberto Sassu <roberto.sassu@polito.it>
parent 712a49bd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -67,12 +67,14 @@ descriptors by adding their identifier to the format string
 - 'd-ng': the digest of the event, calculated with an arbitrary hash
           algorithm (field format: [<hash algo>:]digest, where the digest
           prefix is shown only if the hash algorithm is not SHA1 or MD5);
 - 'n-ng': the name of the event, without size limitations.
 - 'n-ng': the name of the event, without size limitations;
 - 'sig': the file signature.


Below, there is the list of defined template descriptors:
 - "ima": its format is 'd|n';
 - "ima-ng" (default): its format is 'd-ng|n-ng'.
 - "ima-ng" (default): its format is 'd-ng|n-ng';
 - "ima-sig": its format is 'd-ng|n-ng|sig'.