[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Is lua secure?
- From: "Alexey Zaytsev" <alexey.zaytsev@...>
- Date: Thu, 11 May 2006 17:30:58 +0400
Hello.
Is it a good idea to write suid programms using lua? Is there any
guide to write secure programms in lua? I'm designing a system
configuration framework, which is intended to run
suid, and having a notion of "virtual" user currently working with the
system, allowing or denying his actions. The system is on an early
design stage, so if it is hard to
make lua programms secure, I'll choose an other way to provide rights
separation.