#include #include #include int main() { FILE* file = fopen("/sandbox/subdir/outside.txt", "r"); assert(file == NULL); assert(errno == ENOTCAPABLE); }