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