Dmitrii Kuvaiskii
Dmitrii Kuvaiskii
I think it's better to create separate issues. I have a feeling only a subset of these three optimizations will be merged into Gramine (as the others may not yield...
Thanks @vijaydhanraj. Marked all these new issues with respective labels.
Yeah, you're right, this is not reasonable. It's a bit weird that we have examples (= normal Linux applications) relying on our own mbedTLS distribution, but current OS distros are...
@aep The networking stack was rewritten. If you still need this/want this, please submit a PR.
@oshogbo Found one more issue that you wanted to take a look at :)
@marcelamelara I sketched a workaround, but there is no PR/commit/branch that you could actually test: https://github.com/gramineproject/gramine/issues/1168#issuecomment-1425620994 Unfortunately, this is a pretty hard problem. Well, maybe someone will have time to...
@bronzeMe No, we didn't work on solving this issue (it would involve a serious design change in Gramine). This has a low priority for us currently.
@bronzeMe But why would Gramine be used in such cases? Gramine is generally not suited to run shell scripts.
A quick look at https://www.devdoc.net/bigdata/hive-0.12.0/language_manual/cli.html shows me that Hive CLI is not typically used in background mode, so why would this GitHub issue affect your use cases?
@bronzeMe But what are you trying to achieve? Why do you need to execute `which` inside of the SGX enclave? What is your security model, and why is it important...