X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=security%2Fselinux%2Fss%2Fpolicydb.h;h=8319d5ff5944bc0b0b99188af06dc0ad10ef784d;hb=cfee47f99bc14a6d7c6b0be2284db2cef310a815;hp=b1340711f721b71954806a4f858e60d99d0617cd;hpb=2fc2991175bf77395e6b15fe6b2304d3bf72da40;p=~andy%2Flinux diff --git a/security/selinux/ss/policydb.h b/security/selinux/ss/policydb.h index b1340711f72..8319d5ff594 100644 --- a/security/selinux/ss/policydb.h +++ b/security/selinux/ss/policydb.h @@ -106,9 +106,10 @@ struct cat_datum { }; struct range_trans { - u32 dom; /* current process domain */ - u32 type; /* program executable type */ - struct mls_range range; /* new range */ + u32 source_type; + u32 target_type; + u32 target_class; + struct mls_range target_range; struct range_trans *next; };