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