Home
last modified time | relevance | path

Searched refs:pp_label (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/security/mac/
H A Dmac_pipe.c77 pp->pp_label = mac_pipe_label_alloc(); in mac_pipe_init()
79 pp->pp_label = NULL; in mac_pipe_init()
94 if (pp->pp_label != NULL) { in mac_pipe_destroy()
95 mac_pipe_label_free(pp->pp_label); in mac_pipe_destroy()
96 pp->pp_label = NULL; in mac_pipe_destroy()
132 MAC_POLICY_PERFORM_NOSLEEP(pipe_create, cred, pp, pp->pp_label); in mac_pipe_create()
140 MAC_POLICY_PERFORM_NOSLEEP(pipe_relabel, cred, pp, pp->pp_label, in mac_pipe_relabel()
155 MAC_POLICY_CHECK_NOSLEEP(pipe_check_ioctl, cred, pp, pp->pp_label, in mac_pipe_check_ioctl()
172 MAC_POLICY_CHECK_NOSLEEP(pipe_check_poll, cred, pp, pp->pp_label); in mac_pipe_check_poll_impl()
188 MAC_POLICY_CHECK_NOSLEEP(pipe_check_read, cred, pp, pp->pp_label); in mac_pipe_check_read()
[all …]
H A Dmac_syscalls.c286 mac_pipe_copy_label(pipe->pipe_pair->pp_label, intlabel); in sys___mac_get_fd()
/f-stack/freebsd/sys/
H A Dpipe.h142 struct label *pp_label; member
/f-stack/freebsd/kern/
H A Dsys_pipe.c309 pp->pp_label = NULL; in pipe_zone_ctor()