Files
heimdal/lib
Nicolas Williams 250eee7acf sqlite: Use 0600
The in-tree SQLite3 is used for HDB and ccache -- these should have
0600 permissions.

Of course, if we're using an out-of-tree SQLite3, then we need to rely
on the process' umask, but we use SQLite3 in libraries, where we can't
set the umask...

What to do?

TBD:

 - On Windows: nothing to do.

 - On Unix: if SQLite3 is out of tree then [v]fork() to create the
   connection then close, then connect again after??

   Or... maybe make sure to create an intermediate directory with 0700
   permissions?
2021-11-30 11:42:00 -05:00
..
2021-11-29 12:50:26 +11:00
2021-11-30 11:42:00 -05:00
2021-09-10 09:11:23 +10:00
2021-11-29 12:50:26 +11:00
2021-11-29 12:50:26 +11:00
2021-11-29 12:50:26 +11:00
2021-11-29 12:50:26 +11:00
2017-03-10 15:47:43 -05:00
2021-11-30 11:42:00 -05:00
2016-11-08 15:48:40 -05:00
2021-11-30 11:42:00 -05:00
2016-12-15 12:15:56 -06:00