Lines Matching +full:jd +full:- +full:src
1 /*-
2 * Copyright (c) 1999-2002, 2007-2008 Robert N. M. Watson
3 * Copyright (c) 2001-2002 Networks Associates Technology, Inc.
12 * Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"),
16 * N66001-04-C-6019 ("SEFOS").
43 * Experiment with a partition-like model.
104 * Object-specific entry points are sorted alphabetically by object type name
115 * Treat "0" as a no-op request because it reflects an unset in partition_cred_check_relabel()
139 error = partition_check(cr1->cr_label, cr2->cr_label); in partition_cred_check_visible()
145 partition_cred_copy_label(struct label *src, struct label *dest) in partition_cred_copy_label() argument
148 if (src != NULL && dest != NULL) in partition_cred_copy_label()
149 SLOT_SET(dest, SLOT(src)); in partition_cred_copy_label()
158 SLOT_SET(cred->cr_label, 0); in partition_cred_create_init()
165 SLOT_SET(cred->cr_label, 0); in partition_cred_create_swapper()
186 if (sbuf_printf(sb, "%jd", (intmax_t)SLOT(label)) == -1) in partition_cred_externalize_label()
189 if (sbuf_printf(sb, "0") == -1) in partition_cred_externalize_label()
220 SLOT_SET(cred->cr_label, SLOT(newlabel)); in partition_cred_relabel()
229 error = partition_check(cred->cr_label, inp->inp_cred->cr_label); in partition_inpcb_check_visible()
239 error = partition_check(cred->cr_label, p->p_ucred->cr_label); in partition_proc_check_debug()
249 error = partition_check(cred->cr_label, p->p_ucred->cr_label); in partition_proc_check_sched()
260 error = partition_check(cred->cr_label, p->p_ucred->cr_label); in partition_proc_check_signal()
271 error = partition_check(cred->cr_label, so->so_cred->cr_label); in partition_socket_check_visible()
285 * exec-time as part of the partition model, so disallow in partition_vnode_check_exec()
286 * non-NULL partition label changes in execlabel. in partition_vnode_check_exec()