Question
Lua scripting support
I'm developing a custom IPS signature for FortiOS 7.4 and want to understand the Lua scripting support in custom IPS rules. Specifically:
(1) Can custom IPS rules written in Lua access the os and io modules?
(2) Are there any sandboxing restrictions on what Lua code can do in a custom IPS rule handler?
(3) Is the Lua state for IPS rules a shared state or per-session isolated state?
