Lines Matching refs:tsid
745 u32 osid, nsid, tsid; in sel_write_validatetrans() local
795 rc = security_context_str_to_sid(taskcon, &tsid, GFP_KERNEL); in sel_write_validatetrans()
799 rc = security_validate_transition_user(osid, nsid, tsid, tclass); in sel_write_validatetrans()
870 u32 ssid, tsid; in sel_write_access() local
898 length = security_context_str_to_sid(tcon, &tsid, GFP_KERNEL); in sel_write_access()
902 security_compute_av_user(ssid, tsid, tclass, &avd); in sel_write_access()
919 u32 ssid, tsid, newsid; in sel_write_create() local
986 length = security_context_str_to_sid(tcon, &tsid, GFP_KERNEL); in sel_write_create()
990 length = security_transition_sid_user(ssid, tsid, tclass, in sel_write_create()
1019 u32 ssid, tsid, newsid; in sel_write_relabel() local
1049 length = security_context_str_to_sid(tcon, &tsid, GFP_KERNEL); in sel_write_relabel()
1053 length = security_change_sid(ssid, tsid, tclass, &newsid); in sel_write_relabel()
1139 u32 ssid, tsid, newsid; in sel_write_member() local
1169 length = security_context_str_to_sid(tcon, &tsid, GFP_KERNEL); in sel_write_member()
1173 length = security_member_sid(ssid, tsid, tclass, &newsid); in sel_write_member()