Searched refs:tcontext (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/include/trace/events/ |
D | avc.h | 18 char *tcontext, 22 TP_ARGS(sad, scontext, tcontext, tclass), 30 __string(tcontext, tcontext) 39 __assign_str(tcontext, tcontext); 46 __get_str(scontext), __get_str(tcontext), __get_str(tclass)
|
/Linux-v6.1/security/selinux/ss/ |
D | services.c | 96 struct context *tcontext, 272 struct context *tcontext, in constraint_expr_eval() argument 306 val2 = tcontext->user; in constraint_expr_eval() 310 val2 = tcontext->type; in constraint_expr_eval() 314 val2 = tcontext->role; in constraint_expr_eval() 338 l2 = &(tcontext->range.level[0]); in constraint_expr_eval() 342 l2 = &(tcontext->range.level[1]); in constraint_expr_eval() 346 l2 = &(tcontext->range.level[0]); in constraint_expr_eval() 350 l2 = &(tcontext->range.level[1]); in constraint_expr_eval() 357 l1 = &(tcontext->range.level[0]); in constraint_expr_eval() [all …]
|
D | mls.c | 489 struct context *tcontext, in mls_compute_sid() argument 507 rtr.target_type = tcontext->type; in mls_compute_sid() 527 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid() 529 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid() 531 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid() 534 scontext, tcontext); in mls_compute_sid()
|
D | mls.h | 57 struct context *tcontext,
|
/Linux-v6.1/security/selinux/ |
D | avc.c | 712 char *tcontext = NULL; in avc_audit_post_callback() local 725 rc = security_sid_to_context(sad->state, sad->tsid, &tcontext, in avc_audit_post_callback() 730 audit_log_format(ab, " tcontext=%s", tcontext); in avc_audit_post_callback() 738 trace_selinux_audited(sad, scontext, tcontext, tclass); in avc_audit_post_callback() 739 kfree(tcontext); in avc_audit_post_callback()
|
/Linux-v6.1/tools/perf/Documentation/ |
D | security.txt | 163 …m="perf" scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tcontext=unconfined_u:unco…
|