Xuejun Yang
Xuejun Yang
> Is the socket created on the host? UDS as implemented allows IPC only between processes within Mystikos. Yes. UDS in this case is created by a Kubernetes daemon.
Thanks for reporting the error. Would you like to submit a PR?
Related #654
Please update the status. @paulcallen
Because the application could use host environment variables in unpredicted ways, allowing the enclave to take dependency on a host environment variable is against the fundamental idea that the enclave...
Thanks for the suggestion. We keep the docker images in cache to speed up the next execution of appbuilder. But I agree a flag to remove the image is useful.
line 1 and line 3 (and a few others) are with complex number calculations. There maybe bugs in MUSL's libm implementation. Would be interesting to see if they passes when...
For failures like: `terminate called after throwing an instance of ...` The tests throw an exception on purpose and then ignore it in a catch block. This way they tests...
> Are you saying that HostApplicationParameters=1, but also has ApplicationParameters in the config file has some configured but is not used? In my case: HostApplicationParameters=1, but also has ApplicationParameters. When...