1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-14 03:39:09 +00:00

Use umask(077), mainly to secure hashcat.pot from reading from other users, but should be a good idea for all files. See https://github.com/hashcat/oclHashcat/issues/331 for details

This commit is contained in:
Jens Steube 2016-05-18 09:56:23 +02:00
parent 9e92c9c4d9
commit f5ee678bbe

View File

@ -5251,6 +5251,8 @@ int main (int argc, char **argv)
if (getenv ("POCL_KERNEL_CACHE") == NULL)
putenv ((char *) "POCL_KERNEL_CACHE=0");
umask (077);
/**
* Real init
*/