Skip to content

Commit

Permalink
fixup! [PAL] Validate entrypoint ELF file separately
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
  • Loading branch information
dimakuv committed Jul 8, 2024
1 parent e4056a1 commit 1b5396c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/graminelibos/manifest_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

Required('loader'): {
# TODO: validator for sha256
Required('entrypoint'): {'uri': _uri, 'sha256': str},
Required('entrypoint'): {Required('uri'): _uri, 'sha256': str},
'argv': [str],
'argv_src_file': str,
'env': {str: Any(str, {'value': str}, {'passthrough': True})},
Expand Down

0 comments on commit 1b5396c

Please sign in to comment.