diff options
author | Paul Moore <paul.moore@hp.com> | 2008-10-10 10:16:34 -0400 |
---|---|---|
committer | Paul Moore <paul.moore@hp.com> | 2008-10-10 10:16:34 -0400 |
commit | d91d40799165b0c84c97e7c71fb8039494ff07dc (patch) | |
tree | 5394e5d167ec1074f5f52da02e5406f5e183c080 /include/net/netlabel.h | |
parent | 15c45f7b2e81655f6eb500ec949c8bd70a04325a (diff) |
netlabel: Add configuration support for local labeling
Add the necessary NetLabel support for the new CIPSO mapping,
CIPSO_V4_MAP_LOCAL, which allows full LSM label/context support.
Signed-off-by: Paul Moore <paul.moore@hp.com>
Reviewed-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'include/net/netlabel.h')
-rw-r--r-- | include/net/netlabel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/netlabel.h b/include/net/netlabel.h index d56517ac3bae..17c442a4514e 100644 --- a/include/net/netlabel.h +++ b/include/net/netlabel.h | |||
@@ -72,7 +72,8 @@ struct cipso_v4_doi; | |||
72 | /* NetLabel NETLINK protocol version | 72 | /* NetLabel NETLINK protocol version |
73 | * 1: initial version | 73 | * 1: initial version |
74 | * 2: added static labels for unlabeled connections | 74 | * 2: added static labels for unlabeled connections |
75 | * 3: network selectors added to the NetLabel/LSM domain mapping | 75 | * 3: network selectors added to the NetLabel/LSM domain mapping and the |
76 | * CIPSO_V4_MAP_LOCAL CIPSO mapping was added | ||
76 | */ | 77 | */ |
77 | #define NETLBL_PROTO_VERSION 3 | 78 | #define NETLBL_PROTO_VERSION 3 |
78 | 79 | ||