Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mac_mount_create
Function
mac_mount_create
freebsd/security/mac/mac_vfs.c:955–960 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
953
}
954
955
void
956
mac_mount_create(struct ucred *cred, struct mount *mp)
957
{
958
959
MAC_POLICY_PERFORM(mount_create, cred, mp, mp->mnt_label);
960
}
961
962
MAC_CHECK_PROBE_DEFINE2(mount_check_stat,
"struct ucred *"
,
963
"struct mount *"
);
Callers
1
vfs_mount_alloc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected