You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2020. It is now read-only.
This is a request for two new isolators, useful for making paths unreachable or read-only.
This follows concepts already present in OCI config and in rkt contaiment.
Inaccessible paths
scope: per-app
name: environment/masked-paths
value: array of inaccessible paths
NOTES: absolute paths; ignore single entry if target path doesn't exit
Read-Only paths
scope: per-app
name: environment/readonly-paths
value: array of RO paths
NOTES: absolute paths; ignore single entry if target path doesn't exit