Lines Matching refs:tclass
786 u16 tclass; in sel_write_validatetrans() local
825 if (sscanf(req, "%s %s %hu %s", oldcon, newcon, &tclass, taskcon) != 4) in sel_write_validatetrans()
840 rc = security_validate_transition_user(state, osid, nsid, tsid, tclass); in sel_write_validatetrans()
914 u16 tclass; in sel_write_access() local
935 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_access()
946 security_compute_av_user(state, ssid, tsid, tclass, &avd); in sel_write_access()
966 u16 tclass; in sel_write_create() local
995 nargs = sscanf(buf, "%s %s %hu %s", scon, tcon, &tclass, namebuf); in sel_write_create()
1037 length = security_transition_sid_user(state, ssid, tsid, tclass, in sel_write_create()
1069 u16 tclass; in sel_write_relabel() local
1092 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_relabel()
1103 length = security_change_sid(state, ssid, tsid, tclass, &newsid); in sel_write_relabel()
1195 u16 tclass; in sel_write_member() local
1218 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_member()
1229 length = security_member_sid(state, ssid, tsid, tclass, &newsid); in sel_write_member()