aws / aws/aws-lambda-base-images
Allow user namespaces on `provided.` linux runtimes
Open
- Dominant language
- No language data
- Stars
- 777
- Forks
- 118
- PR merge metrics
- No merged PRs in 30d
Description
Currently it's not possible to create an user namespace and give the process its own view of the filesystem hierarchy. It would be great if this could be allowed to allow easy bundling of nix derivations into AWS lambdas.
The currently failing operation is writing to `/proc/self/uid_map`
https://github.com/Cloudef/zig2nix/blob/master/src/bundle/loader/src/namespace.zig#L141
Contributor guide
Assessment
This issue has not been assessed yet.