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

/darwin-on-arm/xnu/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.h336 @param newlabel New label to apply to the user credential
341 itself to the supplied new label (newlabel). This access control check
344 and provided in newlabel.
351 struct label *newlabel
560 @param newlabel A new label to apply to the credential
570 struct label *newlabel
945 @param newlabel New label to apply to the network interfaces
950 new label (newlabel).
959 struct label *newlabel
1090 @param newlabel
[all...]
H A Dmac_framework.h157 struct label *newlabel);
173 void mac_cred_label_update(kauth_cred_t cred, struct label *newlabel);
238 void mac_lctx_label_update(struct lctx *l, struct label *newlabel);
239 int mac_lctx_check_label_update(struct lctx *l, struct label *newlabel);
482 struct label *newlabel);
544 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.c882 struct label *newlabel)
892 MAC_CHECK(vnode_check_label_update, cred, vp, vp->v_label, newlabel);
1174 mac_vnode_label_update(vfs_context_t ctx, struct vnode *vp, struct label *newlabel) argument
1190 MAC_PERFORM(vnode_label_update, cred, vp, vp->v_label, newlabel);
881 mac_vnode_check_label_update(vfs_context_t ctx, struct vnode *vp, struct label *newlabel) argument

Completed in 93 milliseconds