da6880427a
Change the code to either `EACCES` (if the op is performed on the path), or `EBADF` (if the op is performed the fd) Updated ops: `stat`, `opendir`, `ftruncate64`, and `readlink` Add a new test for fs ops in isolation.
21 lines
638 B
Plaintext
21 lines
638 B
Plaintext
warning: `open` was made to return an error due to isolation
|
|
|
|
warning: `fcntl` was made to return an error due to isolation
|
|
|
|
warning: `unlink` was made to return an error due to isolation
|
|
|
|
warning: `symlink` was made to return an error due to isolation
|
|
|
|
warning: `readlink` was made to return an error due to isolation
|
|
|
|
warning: `$STAT` was made to return an error due to isolation
|
|
|
|
warning: `rename` was made to return an error due to isolation
|
|
|
|
warning: `mkdir` was made to return an error due to isolation
|
|
|
|
warning: `rmdir` was made to return an error due to isolation
|
|
|
|
warning: `opendir` was made to return an error due to isolation
|
|
|