Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Dservices.c1690 struct context *newcontext) in compute_sid_handle_invalid_context() argument
1702 if (context_struct_to_string(policydb, newcontext, &n, &nlen)) in compute_sid_handle_invalid_context()
1724 struct context *newcontext, in filename_compute_type() argument
1746 newcontext->type = datum->otype; in filename_compute_type()
1765 struct context *scontext, *tcontext, newcontext; in security_compute_sid() local
1787 context_init(&newcontext); in security_compute_sid()
1831 newcontext.user = tcontext->user; in security_compute_sid()
1835 newcontext.user = scontext->user; in security_compute_sid()
1840 newcontext.user = tcontext->user; in security_compute_sid()
1846 newcontext.role = scontext->role; in security_compute_sid()
[all …]
H A Dmls.h47 struct context *newcontext, bool sock);