Comment 1 for bug 1748510

Revision history for this message
Maciej Borzecki (maciek-borzecki) wrote :

My guess would be that `test` does a stat() and checks st_mode against provided flags, so it's like only reading the metadata. The actual blocking/sandboxing happens on calls that have side effects on the real data, eg. open().