> > System calls are overridden by pointing sys_call_table[system call] to a
> > replacement function which saves off the data for auditing purposes, then
> > calls the original system call.
>
> Ugly but that bit probably ties in with all the other folks trying to put
> together a unified security hook set for 2.5
That approach means you have to write a large number of system specific
wrappers for the various architectures.
Ralf
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/