[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: LUA 4.x - filesystem access limit?
- From: "Zdenek Stangl" <stangl@...>
- Date: Wed, 24 Sep 2003 13:45:26 +0200
Yes, it's windows ;/
-----Original Message-----
From: P.Gertman@informgaz.gazprom.ru
[mailto:P.Gertman@informgaz.gazprom.ru]
Sent: Wednesday, September 24, 2003 1:37 PM
To: lua@bazar2.conectiva.com.br
Subject: RE: LUA 4.x - filesystem access limit?
>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?