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

Function mac_mount_label_alloc

freebsd/security/mac/mac_vfs.c:108–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108static struct label *
109mac_mount_label_alloc(void)
110{
111 struct label *label;
112
113 label = mac_labelzone_alloc(M_WAITOK);
114 MAC_POLICY_PERFORM(mount_init_label, label);
115 return (label);
116}
117
118void
119mac_mount_init(struct mount *mp)

Callers 1

mac_mount_initFunction · 0.85

Calls 1

mac_labelzone_allocFunction · 0.85

Tested by

no test coverage detected