Home
last modified time | relevance | path

Searched refs:newcontext (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/security/selinux/ss/
Dmls.c482 struct context *newcontext, bool sock) in mls_compute_sid() argument
500 return mls_range_set(newcontext, r); in mls_compute_sid()
510 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
512 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid()
514 return mls_context_cpy(newcontext, scontext); 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()
522 return mls_context_glblub(newcontext, scontext, in mls_compute_sid()
530 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
[all …]
Dservices.c1641 struct context *newcontext) in compute_sid_handle_invalid_context() argument
1653 if (context_struct_to_string(policydb, newcontext, &n, &nlen)) in compute_sid_handle_invalid_context()
1675 struct context *newcontext, in filename_compute_type() argument
1697 newcontext->type = datum->otype; in filename_compute_type()
1716 struct context *scontext, *tcontext, newcontext; in security_compute_sid() local
1738 context_init(&newcontext); in security_compute_sid()
1782 newcontext.user = tcontext->user; in security_compute_sid()
1786 newcontext.user = scontext->user; in security_compute_sid()
1791 newcontext.user = tcontext->user; in security_compute_sid()
1797 newcontext.role = scontext->role; in security_compute_sid()
[all …]
Dmls.h47 struct context *newcontext, bool sock);