* Performance optimizations
[project/luci.git] / libs / core / luasrc / fs.lua
index 5c1f2a0..35b8289 100644 (file)
@@ -27,6 +27,7 @@ limitations under the License.
 module("luci.fs", package.seeall)
 
 require("posix")
+posix.umask("rwx------")
 
 -- Glob
 glob = posix.glob