No management of write security
Alecsou opened this issue · 1 comments
Alecsou commented
In "normal" Lambda images, only the tmp file is available for file writing. The rest is read-execute-only.
Could it be possible to add this kind of security to the RIE?
valerena commented
Hi @Alecsou . RIE only emulates the Lambda runtime API (and incoming request/response). In my opinion a limitation like that should be handled at the system level. And in the end, RIE gives the control to the execution to the corresponding underlying runtime, so RIE doesn't have much control of what happens at that level.
I'm open to discuss, if you have a different opinion.