Jakub Wilk 8781538f41 Create ~/.rnd with mode 0600 instead of 0666
Because of a missing include <fcntl.h> we don't have O_CREATE and don't create
the file with open() using mode 0600 but fall back to using fopen() with the
default umask followed by a chmod().

Problem found by Jakub Wilk <jwilk@debian.org>.
2014-06-08 21:29:23 +01:00
..
2008-06-04 11:01:43 +00:00
2010-06-16 13:17:22 +00:00
2009-04-22 16:21:20 +00:00
2011-12-19 17:04:39 +00:00