Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: get rid of /dev/ in containers #50

Merged
merged 1 commit into from
Jul 2, 2024
Merged

fix: get rid of /dev/ in containers #50

merged 1 commit into from
Jul 2, 2024

Conversation

haraldh
Copy link
Collaborator

@haraldh haraldh commented Jul 2, 2024

enableFakechroot = true somehow triggered the inclusion of /dev.

Some fake chroots included /dev/kvm with different permissions, so the produced container was not the same.

As this fake chroot is not needed anymore with using --chroot for gramine-sgx-sign, it can be turned off.

`enableFakechroot = true` somehow triggered the inclusion of `/dev`.

Some fake chroots included `/dev/kvm` with different permissions,
so the produced container was not the same.

As this fake chroot is not needed anymore with using `--chroot` for `gramine-sgx-sign`,
it can be turned off.

Signed-off-by: Harald Hoyer <[email protected]>
@haraldh haraldh requested a review from a team as a code owner July 2, 2024 10:15
@haraldh haraldh enabled auto-merge July 2, 2024 10:15
@haraldh haraldh merged commit 0309a20 into main Jul 2, 2024
4 checks passed
@haraldh haraldh deleted the repro_func branch July 2, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants