Index: utils/ofhash/OFHash.m ================================================================== --- utils/ofhash/OFHash.m +++ utils/ofhash/OFHash.m @@ -82,10 +82,11 @@ #ifdef OF_HAVE_SANDBOX OFSandbox *sandbox = [[OFSandbox alloc] init]; @try { [sandbox setAllowsStdIO: true]; [sandbox setAllowsReadingFiles: true]; + [sandbox setAllowsUserDatabaseReading: true]; [OFApplication activateSandbox: sandbox]; } @finally { [sandbox release]; }