lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>Hi,
>Im using lua 4 in my server appz and I would like to limit filesystem access to a scope of certain directory only (i.e. the server appz root directory). Right now anybody can access whole filesystem tree from scripts.
>Any suggestion or idea welcomed :)
>Zdenek.

why don't you just run Lua in chroot'd environment? or you are using windows?