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
I am just debugging a nodejs rule that seems to behave in a non-hermetic way (see bazel-contrib/rules_nodejs#612 if you are interested in background) and I thought sandboxfs can help me there with greater hermeticity, but the rule still behaves exactly the same way. So my question, given an absolute path is it still possible to access the filesystem outside of sandboxfs? And if so is there some way of blocking this?
The text was updated successfully, but these errors were encountered:
I am just debugging a nodejs rule that seems to behave in a non-hermetic way (see bazel-contrib/rules_nodejs#612 if you are interested in background) and I thought sandboxfs can help me there with greater hermeticity, but the rule still behaves exactly the same way. So my question, given an absolute path is it still possible to access the filesystem outside of sandboxfs? And if so is there some way of blocking this?
The text was updated successfully, but these errors were encountered: