Skip to content

Commit 95e8a30

Browse files
authored
Update draft.md
1 parent bebe294 commit 95e8a30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

draft.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ An [AppImage] which conforms to the type 2 image format:
132132
* **SHOULD** not be encapsulated in another archive/container format during download or when stored
133133
* **MUST** work even when stored in a filesystem path that contains blanks or when stored with a file name that contains blanks
134134
* **MAY** embed [update information] in the ELF section `.upd_info`. If the information in this location is not in one of the known [update information] formats, then it **SHOULD** be empty and/or be ignored
135+
* **MAY** embed a digital signature in the ELF section `.sha256_sig`. If this section exists then it **MUST** either be empty or contain a valid digital signature of the sha256 of the AppImage assuming the ELF section `.sha256_sig` being filled with `0x00` padding ([why?](https://github.com/probonopd/AppImageKit/issues/238#issuecomment-249412813))
135136
* **SHOULD** contain the magic hex `0x414902` at offset 8 ([why?](https://github.com/probonopd/AppImageKit/issues/144))
136137

137138
### Contents of the image

0 commit comments

Comments
 (0)