sub process and file access ? #1081
Unanswered
quertenmont
asked this question in
Q&A
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @mkow I don't get your point 1., isn't 1.3.1 not the latest version? regarding 2., yes it works in the parent process. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Try doing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am facing a new issue and would like to know what's the best way to proceed :-)
Thanks in advance for your help
So I have a GSC graminified container running a python script basically.
My container has some encrypted files defined with:
My python script has to spawn a subprocess (to run a shell command).
I see that the subcommand is properly being run in an enclave, but it seems that it can't access the encrypted directory "/resources"
Here an example with an "ls" command. I know I can list the files from python directly ( and this works without issues).
but the ls command here is just the simplest example I can come with to reproduce the issue (I'll have to run more sophisticated method than ls).
run_cmd: 'ls resources/'
Detected a huge manifest, preallocating 64MB of internal memory.
Detected a huge manifest, preallocating 64MB of internal memory.
ls: cannot access 'resources/': No such file or directory
Is there a way to tell the enclaved subprocess to mount the encrypted files? (remember I am using GSC and gramine 1.3.1).
Thanks for helping,
Loic
Beta Was this translation helpful? Give feedback.
All reactions