| 963 | } |
| 964 | |
| 965 | static void |
| 966 | biba_devfs_create_directory(struct mount *mp, char *dirname, int dirnamelen, |
| 967 | struct devfs_dirent *de, struct label *delabel) |
| 968 | { |
| 969 | struct mac_biba *mb; |
| 970 | |
| 971 | mb = SLOT(delabel); |
| 972 | |
| 973 | biba_set_effective(mb, MAC_BIBA_TYPE_HIGH, 0, NULL); |
| 974 | } |
| 975 | |
| 976 | static void |
| 977 | biba_devfs_create_symlink(struct ucred *cred, struct mount *mp, |
nothing calls this directly
no test coverage detected