| 930 | } |
| 931 | |
| 932 | static void |
| 933 | mls_devfs_create_directory(struct mount *mp, char *dirname, int dirnamelen, |
| 934 | struct devfs_dirent *de, struct label *delabel) |
| 935 | { |
| 936 | struct mac_mls *mm; |
| 937 | |
| 938 | mm = SLOT(delabel); |
| 939 | mls_set_effective(mm, MAC_MLS_TYPE_LOW, 0, NULL); |
| 940 | } |
| 941 | |
| 942 | static void |
| 943 | mls_devfs_create_symlink(struct ucred *cred, struct mount *mp, |
nothing calls this directly
no test coverage detected