diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-11-12 04:20:36 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-11-12 04:20:36 +0000 |
| commit | 63b6f478ecc7e0a87ee8d9a7148ec0f2dab9dde6 (patch) | |
| tree | f77b4842f5fc009d2a4ec4c987fb24eb6b02fba1 /sys/security/mac_none | |
| parent | 1cb53a1828d69adccde518926d2dc13cba5600b5 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac_none')
| -rw-r--r-- | sys/security/mac_none/mac_none.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/security/mac_none/mac_none.c b/sys/security/mac_none/mac_none.c index 7039420d88b0..05507935d3ed 100644 --- a/sys/security/mac_none/mac_none.c +++ b/sys/security/mac_none/mac_none.c @@ -189,13 +189,6 @@ mac_none_create_devfs_symlink(struct ucred *cred, struct devfs_dirent *dd, } -static void -mac_none_create_devfs_vnode(struct devfs_dirent *devfs_dirent, - struct label *direntlabel, struct vnode *vp, struct label *vnodelabel) -{ - -} - static int mac_none_create_vnode_extattr(struct ucred *cred, struct mount *mp, struct label *fslabel, struct vnode *dvp, struct label *dlabel, @@ -930,7 +923,6 @@ static struct mac_policy_ops mac_none_ops = .mpo_create_devfs_device = mac_none_create_devfs_device, .mpo_create_devfs_directory = mac_none_create_devfs_directory, .mpo_create_devfs_symlink = mac_none_create_devfs_symlink, - .mpo_create_devfs_vnode = mac_none_create_devfs_vnode, .mpo_create_vnode_extattr = mac_none_create_vnode_extattr, .mpo_create_mount = mac_none_create_mount, .mpo_create_root_mount = mac_none_create_root_mount, |
