Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / security / selinux / ss / policydb.h
index 8319d5f..b134071 100644 (file)
@@ -106,10 +106,9 @@ struct cat_datum {
 };
 
 struct range_trans {
-       u32 source_type;
-       u32 target_type;
-       u32 target_class;
-       struct mls_range target_range;
+       u32 dom;                        /* current process domain */
+       u32 type;                       /* program executable type */
+       struct mls_range range;         /* new range */
        struct range_trans *next;
 };