* Replaced luafilesystem with luaposix library
authorSteven Barth <steven@midlink.org>
Sat, 29 Mar 2008 18:22:21 +0000 (18:22 +0000)
committerSteven Barth <steven@midlink.org>
Sat, 29 Mar 2008 18:22:21 +0000 (18:22 +0000)
commit1c6c6d62ca665f9d1126b6bad849f7fd584b6a80
treed0f6d975a17d100a52d158a72904d3cbbf964ab4
parentcdb0b2f0bfaa0e0bb40b1b90581e1376f55fb0df
* Replaced luafilesystem with luaposix library
* Introduced privilege dropping capability
* Automatically drop privileges for "public" to "nobody/nogroup" (as defined in ffluci.uci)
14 files changed:
Makefile
contrib/ffluci.uci
contrib/package/ffluci/Makefile
contrib/package/luafilesystem/Makefile [deleted file]
contrib/package/luaposix/Makefile [new file with mode: 0644]
src/ffluci/cbi.lua
src/ffluci/controller/admin/system.lua
src/ffluci/dispatcher.lua
src/ffluci/fs.lua
src/ffluci/i18n.lua
src/ffluci/menu.lua
src/ffluci/sys.lua
src/ffluci/template.lua
src/ffluci/util.lua