plugins/mod_posix.lua

changeset 2440
11e3d16a128f
parent 2438
819ba949c7bc
child 2445
9806fac994f8
--- a/plugins/mod_posix.lua	Sun Jan 10 22:14:44 2010 +0000
+++ b/plugins/mod_posix.lua	Sun Jan 10 22:15:15 2010 +0000
@@ -23,6 +23,9 @@
 
 module.host = "*"; -- we're a global module
 
+local umask = module:get_option("umask") or "027";
+pposix.umask(umask);
+
 -- Allow switching away from root, some people like strange ports.
 module:add_event_hook("server-started", function ()
 		local uid = module:get_option("setuid");

mercurial