Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NetLabel]: rework the Netlink attribute handling (part 1) | Paul Moore | 2006-09-25 | 1 | -146/+37 |
| | | | | | | | | At the suggestion of Thomas Graf, rewrite NetLabel's use of Netlink attributes to better follow the common Netlink attribute usage. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | [NET]: Make code static. | Adrian Bunk | 2006-09-22 | 1 | -2/+2 |
| | | | | | | | This patch makes needlessly global code static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | [NetLabel]: core NetLabel subsystem | Paul Moore | 2006-09-22 | 1 | -0/+513 |
Add a new kernel subsystem, NetLabel, to provide explicit packet labeling services (CIPSO, RIPSO, etc.) to LSM developers. NetLabel is designed to work in conjunction with a LSM to intercept and decode security labels on incoming network packets as well as ensure that outgoing network packets are labeled according to the security mechanism employed by the LSM. The NetLabel subsystem is configured through a Generic NETLINK interface described in the header files included in this patch. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net> |