linux 2.6.16.38 w/ vs2.0.3-rc1
[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;
 };