diff options
Diffstat (limited to 'test-ns.c')
-rw-r--r-- | test-ns.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -34,7 +34,9 @@ int main(int argc, char *argv[]) { }; const char * const readable[] = { - "/var", + "/", + "/usr", + "/boot", NULL }; |