• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/

Lines Matching defs:tcontext

100  * tcontext is the context after the transition, and xcontext is the context
105 struct context *tcontext,
139 val2 = tcontext->user;
143 val2 = tcontext->type;
147 val2 = tcontext->role;
171 l2 = &(tcontext->range.level[0]);
175 l2 = &(tcontext->range.level[1]);
179 l2 = &(tcontext->range.level[0]);
183 l2 = &(tcontext->range.level[1]);
190 l1 = &(tcontext->range.level[0]);
191 l2 = &(tcontext->range.level[1]);
237 c = tcontext;
283 struct context *tcontext,
331 tattr = &policydb.type_attr_map[tcontext->type - 1];
364 !constraint_expr_eval(scontext, tcontext, NULL,
378 scontext->role != tcontext->role) {
381 tcontext->role == ra->new_role)
394 struct context *tcontext,
404 if (context_struct_to_string(tcontext, &t, &tlen) < 0)
425 struct context *tcontext;
470 tcontext = sidtab_search(&sidtab, tasksid);
471 if (!tcontext) {
480 if (!constraint_expr_eval(ocontext, ncontext, tcontext,
483 tcontext, tclass);
513 struct context *scontext = NULL, *tcontext = NULL;
534 tcontext = sidtab_search(&sidtab, tsid);
535 if (!tcontext) {
542 rc = context_struct_compute_av(scontext, tcontext, tclass,
813 struct context *tcontext,
822 if (context_struct_to_string(tcontext, &t, &tlen) < 0)
829 " tcontext=%s"
847 struct context *scontext = NULL, *tcontext = NULL, newcontext;
877 tcontext = sidtab_search(&sidtab, tsid);
878 if (!tcontext) {
894 newcontext.user = tcontext->user;
909 newcontext.type = tcontext->type;
914 avkey.target_type = tcontext->type;
943 roletr->type == tcontext->type) {
957 rc = mls_compute_sid(scontext, tcontext, tclass, specified, &newcontext);
964 tcontext,