RE: 2.3.1-pre1 posted
"Tikka, Sami" <[email protected]>
| Newsgroups | gmane.linux.dazuko.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello! Thanks for the new version! Are the ON_EXEC events disabled on purpose when using syscall hooking on Linux 2.6? It looks like the code supports exec events from syscall hooks. I tweaked the configure script to allow ON_EXEC events and a quick test seems to indicate they are working properly. I guess if the script reads like: if [ $LINUX26_USE_SYSCALLS -eq 0 -a $CONFIG_X86 -ne 0 -a $CONFIG_X86_64 -eq 0 ] then echo "NOOP: ON_EXEC allowed" > /dev/null Then it can never say "ON_EXEC allowed" if LINUX26_USE_SYSCALLS has value 1. -- Sami