| 1 | | When the database is looking through folders and files, it should for each folder and file check the permissions. Currently, if there is a problem with permissions, addDir will fail with an exception. |
| 2 | | |
| 3 | | [tobsi@wobsi ~]$ mkdir secret |
| 4 | | [tobsi@wobsi ~]$ chmod ugo-rwx secret/ |
| 5 | | |
| 6 | | *Database> addDir "/home/tobsi/secret/" |
| | 1 | When the database is looking through folders and files, it should for each folder and file check the permissions. Currently, if there is a problem with permissions, addDir will fail with an exception. [[BR]] |
| | 2 | [[BR]] |
| | 3 | [tobsi@wobsi ~]$ mkdir secret[[BR]] |
| | 4 | [tobsi@wobsi ~]$ chmod ugo-rwx secret/ [[BR]] |
| | 5 | [[BR]] |
| | 6 | *Database> addDir "/home/tobsi/secret/" [[BR]] |