Lines Matching refs:tclass
783 u16 tclass; in sel_write_validatetrans() local
822 if (sscanf(req, "%s %s %hu %s", oldcon, newcon, &tclass, taskcon) != 4) in sel_write_validatetrans()
837 rc = security_validate_transition_user(state, osid, nsid, tsid, tclass); in sel_write_validatetrans()
911 u16 tclass; in sel_write_access() local
932 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_access()
943 security_compute_av_user(state, ssid, tsid, tclass, &avd); in sel_write_access()
963 u16 tclass; in sel_write_create() local
992 nargs = sscanf(buf, "%s %s %hu %s", scon, tcon, &tclass, namebuf); in sel_write_create()
1034 length = security_transition_sid_user(state, ssid, tsid, tclass, in sel_write_create()
1066 u16 tclass; in sel_write_relabel() local
1089 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_relabel()
1100 length = security_change_sid(state, ssid, tsid, tclass, &newsid); in sel_write_relabel()
1192 u16 tclass; in sel_write_member() local
1215 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_member()
1226 length = security_member_sid(state, ssid, tsid, tclass, &newsid); in sel_write_member()