Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NetLabel: Add IP address family information to the netlbl_skbuff_getattr() ↵ | Paul Moore | 2008-01-30 | 1 | -1/+7 |
| | | | | | | | | | | | | function In order to do any sort of IP header inspection of incoming packets we need to know which address family, AF_INET/AF_INET6/etc., it belongs to and since the sk_buff structure does not store this information we need to pass along the address family separate from the packet itself. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: James Morris <jmorris@namei.org> | ||||
* | SELinux: rename selinux_netlabel.h to netlabel.h | Paul Moore | 2007-04-26 | 1 | -0/+121 |
In the beginning I named the file selinux_netlabel.h to avoid potential namespace colisions. However, over time I have realized that there are several other similar cases of multiple header files with the same name so I'm changing the name to something which better fits with existing naming conventions. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: James Morris <jmorris@namei.org> |