Searched refs:newcontext (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/security/selinux/ss/ |
A D | mls.c | 492 struct context *newcontext, in mls_compute_sid() argument 511 return mls_range_set(newcontext, r); in mls_compute_sid() 521 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid() 523 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid() 525 return mls_context_cpy(newcontext, scontext); in mls_compute_sid() 527 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid() 531 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid() 533 return mls_context_glblub(newcontext, in mls_compute_sid() 541 return mls_context_cpy(newcontext, scontext); in mls_compute_sid() 544 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid() [all …]
|
A D | services.c | 1654 struct context *newcontext) in compute_sid_handle_invalid_context() argument 1688 struct context *newcontext, in filename_compute_type() argument 1710 newcontext->type = datum->otype; in filename_compute_type() 1753 context_init(&newcontext); in security_compute_sid() 1806 newcontext.user = tcontext->user; in security_compute_sid() 1812 newcontext.role = scontext->role; in security_compute_sid() 1819 newcontext.role = OBJECT_R_VAL; in security_compute_sid() 1883 &newcontext, sock); in security_compute_sid() 1891 &newcontext); in security_compute_sid() 1899 context_destroy(&newcontext); in security_compute_sid() [all …]
|
A D | mls.h | 60 struct context *newcontext,
|
Completed in 12 milliseconds