X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=security%2Fselinux%2Fss%2Fpolicydb.h;h=b1340711f721b71954806a4f858e60d99d0617cd;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=8319d5ff5944bc0b0b99188af06dc0ad10ef784d;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/security/selinux/ss/policydb.h b/security/selinux/ss/policydb.h index 8319d5ff5..b1340711f 100644 --- a/security/selinux/ss/policydb.h +++ b/security/selinux/ss/policydb.h @@ -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; };