Skip to content

Commit

Permalink
feat(sgx): put all python packages into trusted_files
Browse files Browse the repository at this point in the history
  • Loading branch information
zeuson0 committed Apr 8, 2024
1 parent 1839c29 commit 3e5f422
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ sgx.trusted_files = [
"file:/usr/{{ arch_libdir }}/",
"file:/etc/ssl/certs/ca-certificates.crt",
"file:/etc/default/apport",
"file:/usr/local/lib/",
"file:{{ python.stdlib }}/",
"file:{{ python.distlib }}/",
"file:/etc/mime.types",
"file:/gramine/leader/",
"file:/gramine/follower/"
Expand All @@ -76,8 +79,6 @@ sgx.allowed_files = [
"file:tensorflow_io.py",
"file:/opt/tiger/",
"file:/opt/meituan/",
"file:{{ python.stdlib }}/",
"file:{{ python.distlib }}/",
"file:/usr/lib/ssl/openssl.cnf",
"file:/usr/lib/gcc",
"file:/etc/ethers",
Expand All @@ -99,7 +100,6 @@ sgx.allowed_files = [
"file:/root/.keras/keras.json",
"file:dynamic_config.json",
"file:/usr/bin/",
"file:/usr/local/lib",
"file:/lib/",
"file:/bin/",
"file:/data/",
Expand Down

0 comments on commit 3e5f422

Please sign in to comment.