16. January 2024 #1713
dimakuv
started this conversation in
Meeting notes
Replies: 1 comment
-
Comment after call to the discussion about #1717: We can implement manifest linting by checking the dict that gets processed by
In practice JSON Schema is more verbose and harder to write, but also more interoperable. If we have expectation that people will apply this schema themselves using their own tooling (not only by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Agenda
(please write your proposed agenda items in comments under this discussion)
Dmitrii: discuss [Docs] Examples exception to the Charter #1670 and [CI-Examples] Change the license of all examples to BSD-3-clause #1657 (non-LGPL license for examples)
Dmitrii: discuss [Python,CI-Examples] Hide
loader.entrypoint
manifest option #1716 and [PAL,LibOS] Usesys.
forcheck_invalid_pointers
andinsecure__disable_aslr
#1717 (user-facing renames/removals of manifest options)Dmitrii: Single-process eventfd design
poll
/epoll
callback.) Objections?Dmitrii and Kailun: discuss the hard-coded limit on Protected Files in the LRU cache
gramine/common/src/protected_files/protected_files_format.h
Line 103 in 1f72aaf
Dmitrii: discuss #1670 and #1657 (non-LGPL license for examples)
Conclusion: waiting on Michal to continue reviews.
Dmitrii: discuss #1716 and #1717 (user-facing renames/removals of manifest options)
Conclusion on #1716:
Discussions on #1717:
gramine-manifest
).Dmitrii: Single-process eventfd design
Don: How to make sure this design is contained to single-process cases? Proposal: Fail by default on fork, but in manifest have an option to issue a warning/info message instead of failing.
Conclusion: the design seems fine (but Michal was absent, and he might have a strong opinion).
Dmitrii and Kailun: discuss the hard-coded limit on Protected Files in the LRU cache
We have three optimizations with caching of files:
Conclusion: introducing the new manifest options seems fine (but Michal was absent).
Beta Was this translation helpful? Give feedback.
All reactions