Searched refs:tcontext (Results 1 – 4 of 4) sorted by relevance
| /security/selinux/ss/ |
| 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() 399 c = tcontext; in constraint_expr_eval() 1067 if (!tcontext) { in security_compute_xperms_decision() 1165 if (!tcontext) { in security_compute_av() 1230 if (!tcontext) { in security_compute_av_user() 1821 tcontext = &tentry->context; in security_compute_sid() [all …]
|
| 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()
|
| A D | mls.h | 46 struct context *tcontext, u16 tclass, u32 specified,
|
| /security/selinux/ |
| 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()
|
Completed in 13 milliseconds