MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mac_pipe_init

Function mac_pipe_init

freebsd/security/mac/mac_pipe.c:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void
73mac_pipe_init(struct pipepair *pp)
74{
75
76 if (mac_labeled & MPC_OBJECT_PIPE)
77 pp->pp_label = mac_pipe_label_alloc();
78 else
79 pp->pp_label = NULL;
80}
81
82void
83mac_pipe_label_free(struct label *label)

Callers 1

pipe_paircreateFunction · 0.85

Calls 1

mac_pipe_label_allocFunction · 0.85

Tested by

no test coverage detected