diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-06-02 17:21:38 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-06-02 17:21:38 +0000 |
| commit | f32bb0529b994c3a7bdbd4637a4de65a31cf5f76 (patch) | |
| tree | 280c0f72003907217728baa3334884945679c5cc /sys/security/mac_mls/mac_mls.c | |
| parent | 71c5a901300538405ac994227e99e9e3f7650d00 (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 e464a903b8c3..2ceae3559c1f 100644 --- a/sys/security/mac_mls/mac_mls.c +++ b/sys/security/mac_mls/mac_mls.c @@ -2393,6 +2393,7 @@ static struct mac_policy_ops mac_mls_ops = .mpo_destroy_socket_label = mac_mls_destroy_label, .mpo_destroy_socket_peer_label = mac_mls_destroy_label, .mpo_destroy_vnode_label = mac_mls_destroy_label, + .mpo_copy_mbuf_label = mac_mls_copy_label, .mpo_copy_pipe_label = mac_mls_copy_label, .mpo_copy_vnode_label = mac_mls_copy_label, .mpo_externalize_cred_label = mac_mls_externalize_label, |
