Skip to content

Commit

Permalink
Fix: remove obsolete things in Gramine manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Dec 20, 2024
1 parent 7c10ac7 commit 4f09eab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python.manifest.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
loader.entrypoint = "file:{{ gramine.libos }}"
libos.entrypoint = "{{ entrypoint }}"
loader.log_level = "{{ log_level }}"

Expand All @@ -24,6 +23,7 @@ sys.disallow_subprocesses = true
fs.mounts = [
{ path = "/lib", uri = "file:{{ gramine.runtimedir() }}" },
{ path = "{{ arch_libdir }}", uri = "file:{{ arch_libdir }}" },
{ path = "/usr/{{ arch_libdir }}", uri = "file:/usr/{{ arch_libdir }}" },
{ path = "{{ entrypoint }}", uri = "file:{{ entrypoint }}" },
{ path = "{{ python.stdlib }}", uri = "file:{{ python.stdlib }}" },
{ path = "/usr/local/bin/cenclave-bootstrap", uri = "file:{{ env.get('GRAMINE_VENV', '/usr/local') }}/bin/cenclave-bootstrap" },
Expand All @@ -43,7 +43,6 @@ sgx.isvsvn = 10

sgx.trusted_files = [
"file:{{ entrypoint }}",
"file:{{ gramine.libos }}",
"file:{{ gramine.runtimedir() }}/",
"file:{{ arch_libdir }}/",
"file:/usr/{{ arch_libdir }}/",
Expand Down

0 comments on commit 4f09eab

Please sign in to comment.