Create dbs with correct permissions.

This commit is contained in:
Dimitri John Ledkov
2015-02-27 16:26:57 +00:00
parent 46a72bc342
commit bab349b46e
7 changed files with 27 additions and 4 deletions

View File

@ -228,6 +228,9 @@ static struct commonio_db gshadow_db = {
#ifdef WITH_SELINUX
NULL, /* scontext */
#endif
0400, /* st_mode */
0, /* st_uid */
0, /* st_gid */
NULL, /* head */
NULL, /* tail */
NULL, /* cursor */