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

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_process.c246 mac_cred_label_update(kauth_cred_t cred, struct label *newlabel) argument
253 MAC_PERFORM(cred_label_update, cred, newlabel);
257 mac_cred_check_label_update(kauth_cred_t cred, struct label *newlabel) argument
264 MAC_CHECK(cred_check_label_update, cred, newlabel);
533 mac_lctx_label_update(struct lctx *l, struct label *newlabel) argument
536 MAC_PERFORM(lctx_label_update, l, newlabel);
540 mac_lctx_check_label_update(struct lctx *l, struct label *newlabel) argument
544 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.h326 @param newlabel New label to apply to the user credential
331 itself to the supplied new label (newlabel). This access control check
334 and provided in newlabel.
341 struct label *newlabel
550 @param newlabel A new label to apply to the credential
560 struct label *newlabel
935 @param newlabel New label to apply to the network interfaces
940 new label (newlabel).
949 struct label *newlabel
1080 @param newlabel
[all...]
H A Dmac_framework.h146 struct label *newlabel);
161 void mac_cred_label_update(kauth_cred_t cred, struct label *newlabel);
223 void mac_lctx_label_update(struct lctx *l, struct label *newlabel);
224 int mac_lctx_check_label_update(struct lctx *l, struct label *newlabel);
454 struct label *newlabel);
510 struct label *newlabel);
H A Dmac_socket.c293 struct label *newlabel)
302 newlabel);
292 mac_socket_check_label_update(kauth_cred_t cred, struct socket *so, struct label *newlabel) argument
H A Dmac_vfs.c832 struct label *newlabel)
842 MAC_CHECK(vnode_check_label_update, cred, vp, vp->v_label, newlabel);
1078 mac_vnode_label_update(vfs_context_t ctx, struct vnode *vp, struct label *newlabel) argument
1083 MAC_PERFORM(vnode_label_update, cred, vp, vp->v_label, newlabel);
831 mac_vnode_check_label_update(vfs_context_t ctx, struct vnode *vp, struct label *newlabel) argument

Completed in 41 milliseconds