]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/selinux/ss/context.h
SELinux: shrink sizeof av_inhert selinux_class_perm and context
[linux-2.6-omap-h63xx.git] / security / selinux / ss / context.h
index 658c2bd17da8eb4437f306a87d37ff0195b4b731..d9dd7a2f6a8aff91029abc0ae41d7ee558ecdbd2 100644 (file)
@@ -27,9 +27,9 @@ struct context {
        u32 user;
        u32 role;
        u32 type;
+       u32 len;        /* length of string in bytes */
        struct mls_range range;
        char *str;      /* string representation if context cannot be mapped. */
-       u32 len;        /* length of string in bytes */
 };
 
 static inline void mls_context_init(struct context *c)