Searched refs:tcontext (Results 1 – 6 of 6) sorted by relevance
/linux/include/trace/events/ |
H A D | avc.h | 18 char *tcontext, 22 TP_ARGS(sad, scontext, tcontext, tclass), 30 __string(tcontext, tcontext) 39 __assign_str(tcontext); 46 __get_str(scontext), __get_str(tcontext), __get_str(tclass)
|
/linux/security/selinux/ss/ |
H A D | services.c | 90 struct context *tcontext, 266 struct context *tcontext, in constraint_expr_eval() argument 300 val2 = tcontext->user; in constraint_expr_eval() 304 val2 = tcontext->type; in constraint_expr_eval() 308 val2 = tcontext->role; in constraint_expr_eval() 398 c = tcontext; in constraint_expr_eval() 1038 if (!tcontext) { in security_compute_xperms_decision() 1128 if (!tcontext) { in security_compute_av() 1183 if (!tcontext) { in security_compute_av_user() 1772 tcontext = &tentry->context; in security_compute_sid() [all …]
|
H A D | mls.c | 481 struct context *tcontext, u16 tclass, u32 specified, in mls_compute_sid() argument 496 rtr.target_type = tcontext->type; in mls_compute_sid() 516 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid() 518 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid() 520 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid() 523 tcontext); in mls_compute_sid()
|
H A D | mls.h | 46 struct context *tcontext, u16 tclass, u32 specified,
|
/linux/security/selinux/ |
H A D | avc.c | 691 char *tcontext = NULL; in avc_audit_post_callback() local 704 rc = security_sid_to_context(sad->tsid, &tcontext, in avc_audit_post_callback() 709 audit_log_format(ab, " tcontext=%s", tcontext); in avc_audit_post_callback() 717 trace_selinux_audited(sad, scontext, tcontext, tclass); in avc_audit_post_callback() 718 kfree(tcontext); in avc_audit_post_callback()
|
/linux/tools/perf/Documentation/ |
H A D | security.txt | 163 …m="perf" scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tcontext=unconfined_u:unco…
|