Lines Matching refs:tclass
690 u16 tclass; in sel_write_validatetrans() local
729 if (sscanf(req, "%s %s %hu %s", oldcon, newcon, &tclass, taskcon) != 4) in sel_write_validatetrans()
744 rc = security_validate_transition_user(state, osid, nsid, tsid, tclass); in sel_write_validatetrans()
818 u16 tclass; in sel_write_access() local
839 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_access()
850 security_compute_av_user(state, ssid, tsid, tclass, &avd); in sel_write_access()
870 u16 tclass; in sel_write_create() local
899 nargs = sscanf(buf, "%s %s %hu %s", scon, tcon, &tclass, namebuf); in sel_write_create()
941 length = security_transition_sid_user(state, ssid, tsid, tclass, in sel_write_create()
973 u16 tclass; in sel_write_relabel() local
996 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_relabel()
1007 length = security_change_sid(state, ssid, tsid, tclass, &newsid); in sel_write_relabel()
1099 u16 tclass; in sel_write_member() local
1122 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_member()
1133 length = security_member_sid(state, ssid, tsid, tclass, &newsid); in sel_write_member()