Skip to content

Commit

Permalink
feat: expose /home/masa to the enclave (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: mudler <[email protected]>
  • Loading branch information
mudler authored Nov 13, 2024
1 parent 9caa4ce commit 02b2e9e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ snippets.txt
dist/
bp-todo.md

.masa/
# TEE
tee/private.pem
14 changes: 14 additions & 0 deletions tee/masa-tee-worker.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,26 @@
{
"target": "/tmp",
"type": "memfs"
},
{
"source": "/home/masa/",
"target": "/home/masa/",
"type": "hostfs",
"readOnly": false
}
],
"env": [
{
"name": "LANG",
"fromHost": true
},
{
"name": "PWD",
"value": "/home/masa"
},
{
"name": "HOME",
"fromHost": true
}
],
"files": [
Expand Down

0 comments on commit 02b2e9e

Please sign in to comment.