--- Shahbaz Khan <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to figure out what part in the kernel code is the point > from where I can get source and destination ip-address, port, security > labels (selinux etc) from a packet before I export it to application > space for my needs. Any hints?
Look into the netlabel and xfrm code. In Smack it gets dealt with in smack_lsm.c, but Smack only uses netlabel. SELinux spreads the handling into a number of files, including hooks.c, netlabel.c, xfrm.c, and ss/services.c. Casey Schaufler [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

