Searched refs:newlabel (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_process.c260 mac_cred_label_update(kauth_cred_t cred, struct label *newlabel) argument
268 MAC_PERFORM(cred_label_update, cred, newlabel);
272 mac_cred_check_label_update(kauth_cred_t cred, struct label *newlabel) argument
279 MAC_CHECK(cred_check_label_update, cred, newlabel);
568 mac_lctx_label_update(struct lctx *l, struct label *newlabel) argument
571 MAC_PERFORM(lctx_label_update, l, newlabel);
575 mac_lctx_check_label_update(struct lctx *l, struct label *newlabel) argument
579 MAC_CHECK(lctx_check_label_update, l, newlabel);
H A Dmac_pipe.c185 struct label *newlabel)
192 MAC_CHECK(pipe_check_label_update, cred, cpipe, cpipe->pipe_label, newlabel);
184 mac_pipe_check_label_update(kauth_cred_t cred, struct pipe *cpipe, struct label *newlabel) argument
H A Dmac_port.c155 struct label *newlabel)
159 MAC_CHECK(port_check_label_update, task, old, newlabel);
154 mac_port_check_label_update(struct label *task, struct label *old, struct label *newlabel) argument
H A Dmac_policy.h351 @param newlabel New label to apply to the user credential
356 itself to the supplied new label (newlabel). This access control check
359 and provided in newlabel.
366 struct label *newlabel
582 @param newlabel A new label to apply to the credential
592 struct label *newlabel
967 @param newlabel New label to apply to the network interfaces
972 new label (newlabel).
981 struct label *newlabel
1112 @param newlabel
[all...]
H A Dmac_framework.h162 struct label *newlabel);
178 void mac_cred_label_update(kauth_cred_t cred, struct label *newlabel);
243 void mac_lctx_label_update(struct lctx *l, struct label *newlabel);
244 int mac_lctx_check_label_update(struct lctx *l, struct label *newlabel);
490 struct label *newlabel);
552 struct label *newlabel);
H A Dmac_socket.c287 struct label *newlabel)
296 newlabel);
286 mac_socket_check_label_update(kauth_cred_t cred, struct socket *so, struct label *newlabel) argument
H A Dmac_vfs.c1030 struct label *newlabel)
1040 MAC_CHECK(vnode_check_label_update, cred, vp, vp->v_label, newlabel);
1322 mac_vnode_label_update(vfs_context_t ctx, struct vnode *vp, struct label *newlabel) argument
1338 MAC_PERFORM(vnode_label_update, cred, vp, vp->v_label, newlabel);
1029 mac_vnode_check_label_update(vfs_context_t ctx, struct vnode *vp, struct label *newlabel) argument

Completed in 49 milliseconds