11. April 2023 #1279
dimakuv
started this conversation in
Meeting notes
11. April 2023
#1279
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Agenda
(please write your proposed agenda items in comments under this discussion)
Misc
Dmitrii: Why do we have two similar PRs from Fortanix, but done in very different ways/styles? Talking about
Unfortunately, Fortanix folks didn't show up to today's meeting, so we'll ask them next time.
Woju: we got the quote (GitHub Pages design) and we hope to get the budget for the website from CCC.
Mona: Gramine should graduate from a "sandbox" to "incubator", we already satisfy their requirements (most importantly, production usages).
capget/capset
Fortanix folks didn't investigate the application, they looked at the strace, saw that capget/capset returns
ENOSYS
and that's how the application fails, so they added a passthrough implementation.Mona: our guidance for such cases should be: understand what the application in question wants and try to implement the required functionality in a dummy (completely inside the SGX enclave) way.
log_warning()
messages to explain that applications running inside Gramine-SGX will not benefit from capabilities (because they are dummy).CAP_SYS_NICE
seems to be security-irrelevant and can always be implemented as a no-op).Beta Was this translation helpful? Give feedback.
All reactions