gsc icon indicating copy to clipboard operation
gsc copied to clipboard

Gramine Shielded Containers (Docker integration)

Results 28 gsc issues
Sort by recently updated
recently updated
newest added

This is split from #120. At least some of `/var` needs to be preserved, `/run` needs to be discarded. Very likely other paths. References: - https://manpages.debian.org/testing/manpages/hier.7.en.html - https://manpages.debian.org/testing/systemd/file-hierarchy.7.en.html - https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html...

## Description of the problem There are 2 dangling docker images are present after every workload graminization ## Steps to reproduce Graminize any workload Once it is done, you will...

PR https://github.com/gramineproject/gramine/pull/1093 in core Gramine removes the need for explicit `gramine-sgx-get-token` action. (And the follow-up PR https://github.com/gramineproject/gramine/pull/1094 removes such possibility for DCAP/upstream completely.) When those PRs are merged plus the...

Signed-off-by: Sankaranarayanan Venkatasubramanian ## Description of the changes This PR changes the positional arguments `manifest` and `key` that `gsc build` and `gsc sign-image` commands take respectively to optional ones. This...

## Description of the problem The first version of Graphene Shielded Containers (PR gramineproject/graphene#1430) is limited in scope and we've frozen the feature list. This issue lists limitations and possible...

What fails? 1. gsc build fails to find sgx_user.h: ``` meson.build:165:8: ERROR: Problem encountered: Invalid SGX driver configuration (-Dsgx_driver and/or -Dsgx_driver_include_path); expected "sgx_user.h" to exist under "/gramine/driver/driver/linux/include" ``` Suggested fix...

## Description of the problem ## Steps to reproduce It's a common security measure to run containers with their rootfs mounted as read-only. In kubernetes this is enforced in the...

## Description of the problem I am trying to run a modified PostgreSQL (with customized executors and so on) inside an enclave. Hence, I pulled the ubuntu18.04 image from dockerhub,...

## Description of the problem This is an existing on-prem (Intel Nuc) system that has been used for graphene-sgx in the past. Our team is now looking to upgrade to...

Signed-off-by: Veena Saini ## Description of the changes This PR provides a reference implementation to show how gramine attestation (DCAP) samples works inside AKS cluster. We have created two docker...