Searched refs:tcontext (Results 1 – 5 of 5) 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); 44 TP_printk("requested=0x%x denied=0x%x audited=0x%x result=%d scontext=%s tcontext=%s tclass=%s", 46 __get_str(scontext), __get_str(tcontext), __get_str(tclass)
|
| /linux/security/selinux/ss/ |
| H A D | services.c | 91 struct context *tcontext, 267 struct context *tcontext, in constraint_expr_eval() argument 301 val2 = tcontext->user; in constraint_expr_eval() 305 val2 = tcontext->type; in constraint_expr_eval() 309 val2 = tcontext->role; in constraint_expr_eval() 333 l2 = &(tcontext->range.level[0]); in constraint_expr_eval() 337 l2 = &(tcontext->range.level[1]); in constraint_expr_eval() 341 l2 = &(tcontext->range.level[0]); in constraint_expr_eval() 345 l2 = &(tcontext->range.level[1]); in constraint_expr_eval() 352 l1 = &(tcontext->range.level[0]); in constraint_expr_eval() [all …]
|
| H A D | mls.h | 46 struct context *tcontext, u16 tclass, u32 specified,
|
| /linux/security/selinux/ |
| H A D | avc.c | 697 char *tcontext = NULL; in avc_audit_post_callback() local 710 rc = security_sid_to_context(sad->tsid, &tcontext, in avc_audit_post_callback() 715 audit_log_format(ab, " tcontext=%s", tcontext); in avc_audit_post_callback() 723 trace_selinux_audited(sad, scontext, tcontext, tclass); in avc_audit_post_callback() 724 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…
|