Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Dservices.c1669 struct context *newcontext) in compute_sid_handle_invalid_context() argument
1681 if (context_struct_to_string(policydb, newcontext, &n, &nlen)) in compute_sid_handle_invalid_context()
1703 struct context *newcontext, in filename_compute_type() argument
1725 newcontext->type = datum->otype; in filename_compute_type()
1744 struct context *scontext, *tcontext, newcontext; in security_compute_sid() local
1766 context_init(&newcontext); in security_compute_sid()
1810 newcontext.user = tcontext->user; in security_compute_sid()
1814 newcontext.user = scontext->user; in security_compute_sid()
1819 newcontext.user = tcontext->user; in security_compute_sid()
1825 newcontext.role = scontext->role; in security_compute_sid()
[all …]
H A Dmls.h47 struct context *newcontext, bool sock);