diff options
author | Paul Moore <paul.moore@hp.com> | 2008-10-10 10:16:33 -0400 |
---|---|---|
committer | Paul Moore <paul.moore@hp.com> | 2008-10-10 10:16:33 -0400 |
commit | 8d75899d033617316e06296b7c0729612f56aba0 (patch) | |
tree | 47ab64d46b26b86089e20c337e9ba22b00e2d94f /include/net/netlabel.h | |
parent | 6c5b3fc0147f79d714d2fe748b5869d7892ef2e7 (diff) | |
download | kernel_samsung_smdk4412-8d75899d033617316e06296b7c0729612f56aba0.zip kernel_samsung_smdk4412-8d75899d033617316e06296b7c0729612f56aba0.tar.gz kernel_samsung_smdk4412-8d75899d033617316e06296b7c0729612f56aba0.tar.bz2 |
netlabel: Changes to the NetLabel security attributes to allow LSMs to pass full contexts
This patch provides support for including the LSM's secid in addition to
the LSM's MLS information in the NetLabel security attributes structure.
Signed-off-by: Paul Moore <paul.moore@hp.com>
Acked-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'include/net/netlabel.h')
-rw-r--r-- | include/net/netlabel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netlabel.h b/include/net/netlabel.h index 074cad4..d56517a 100644 --- a/include/net/netlabel.h +++ b/include/net/netlabel.h @@ -203,7 +203,7 @@ struct netlbl_lsm_secattr { u32 type; char *domain; struct netlbl_lsm_cache *cache; - union { + struct { struct { struct netlbl_lsm_secattr_catmap *cat; u32 lvl; |