Skip to content

Commit

Permalink
change algorithm package to allowed file
Browse files Browse the repository at this point in the history
  • Loading branch information
zeuson0 authored and gejielun committed Mar 19, 2024
1 parent 546b5b3 commit 561e259
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ sgx.trusted_files = [
"file:/usr/{{ arch_libdir }}/",
"file:/etc/ssl/certs/ca-certificates.crt",
"file:/etc/default/apport",
"file:/etc/mime.types",
"file:/gramine/leader/",
"file:/gramine/follower/"
"file:/etc/mime.types"
]

sgx.allowed_files = [
Expand Down Expand Up @@ -94,6 +92,8 @@ sgx.allowed_files = [
"file:/usr/local/lib",
"file:/lib/",
"file:/bin/",
"file:/data/"
"file:/data/",
"file:/gramine/leader/",
"file:/gramine/follower/"
]

0 comments on commit 561e259

Please sign in to comment.