diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-06-24 03:34:46 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-06-24 03:34:46 +0000 |
| commit | 2220907b6ece3ccf47b7696ff8b5d2d4b35be066 (patch) | |
| tree | 2eb1a411d328157fb8f1cc1b5fff90a2e97b4dd7 /sys/security/mac_mls/mac_mls.c | |
| parent | bd6233fd5d3fbd96fa455e3c431af6f817221490 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac_mls/mac_mls.c')
| -rw-r--r-- | sys/security/mac_mls/mac_mls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/security/mac_mls/mac_mls.c b/sys/security/mac_mls/mac_mls.c index e683790e9986..4fcf0140634f 100644 --- a/sys/security/mac_mls/mac_mls.c +++ b/sys/security/mac_mls/mac_mls.c @@ -2441,6 +2441,7 @@ static struct mac_policy_ops mac_mls_ops = .mpo_destroy_socket_peer_label = mac_mls_destroy_label, .mpo_destroy_vnode_label = mac_mls_destroy_label, .mpo_copy_cred_label = mac_mls_copy_label, + .mpo_copy_ifnet_label = mac_mls_copy_label, .mpo_copy_mbuf_label = mac_mls_copy_label, .mpo_copy_pipe_label = mac_mls_copy_label, .mpo_copy_socket_label = mac_mls_copy_label, |
