On 9/22/2011 10:25, Dan Kennedy wrote:
For new versions, new db files are created with the permissions
specified by compilation option SQLITE_DEFAULT_FILE_PERMISSIONS.
Subject to umask of course.

http://www.sqlite.org/compile.html#default_file_permissions


Thanks for your help.

But I take it that the "subject to umask" means that for each permission bit, the file will have the stricter permission of default and umask, so the only way to get looser permissions would be to compile a new version after changing the compilation option. No way to do that by setting an environmental variable or anything like that?

Best,
Magnus
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to