diff options
-rw-r--r-- | Documentation/security/IMA-templates.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/security/IMA-templates.txt b/Documentation/security/IMA-templates.txt index a777e5f1df5b..a4e102dddfea 100644 --- a/Documentation/security/IMA-templates.txt +++ b/Documentation/security/IMA-templates.txt | |||
@@ -67,12 +67,14 @@ descriptors by adding their identifier to the format string | |||
67 | - 'd-ng': the digest of the event, calculated with an arbitrary hash | 67 | - 'd-ng': the digest of the event, calculated with an arbitrary hash |
68 | algorithm (field format: [<hash algo>:]digest, where the digest | 68 | algorithm (field format: [<hash algo>:]digest, where the digest |
69 | prefix is shown only if the hash algorithm is not SHA1 or MD5); | 69 | prefix is shown only if the hash algorithm is not SHA1 or MD5); |
70 | - 'n-ng': the name of the event, without size limitations. | 70 | - 'n-ng': the name of the event, without size limitations; |
71 | - 'sig': the file signature. | ||
71 | 72 | ||
72 | 73 | ||
73 | Below, there is the list of defined template descriptors: | 74 | Below, there is the list of defined template descriptors: |
74 | - "ima": its format is 'd|n'; | 75 | - "ima": its format is 'd|n'; |
75 | - "ima-ng" (default): its format is 'd-ng|n-ng'. | 76 | - "ima-ng" (default): its format is 'd-ng|n-ng'; |
77 | - "ima-sig": its format is 'd-ng|n-ng|sig'. | ||
76 | 78 | ||
77 | 79 | ||
78 | 80 | ||