diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-11-11 14:15:58 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-11-11 14:15:58 +0000 |
| commit | 2d43d24ed44e21ea448e8f1587a17c1732cf682e (patch) | |
| tree | 29c1ab8e49d6368e5e11185e9e46d62195d08bd4 | |
| parent | f64e99baa2ea8938aedbe7ea66bdd3da4e8b8ca5 (diff) | |
Notes
| -rw-r--r-- | sys/kern/kern_mac.c | 2 | ||||
| -rw-r--r-- | sys/security/mac/mac_framework.c | 2 | ||||
| -rw-r--r-- | sys/security/mac/mac_internal.h | 2 | ||||
| -rw-r--r-- | sys/security/mac/mac_net.c | 2 | ||||
| -rw-r--r-- | sys/security/mac/mac_pipe.c | 2 | ||||
| -rw-r--r-- | sys/security/mac/mac_process.c | 2 | ||||
| -rw-r--r-- | sys/security/mac/mac_syscalls.c | 2 | ||||
| -rw-r--r-- | sys/security/mac/mac_system.c | 2 | ||||
| -rw-r--r-- | sys/security/mac/mac_vfs.c | 2 |
9 files changed, 0 insertions, 18 deletions
diff --git a/sys/kern/kern_mac.c b/sys/kern/kern_mac.c index 69fa5ad73bce..e5fb6ef1dec0 100644 --- a/sys/kern/kern_mac.c +++ b/sys/kern/kern_mac.c @@ -219,8 +219,6 @@ static void mac_destroy_socket_label(struct label *label); static int mac_setlabel_vnode_extattr(struct ucred *cred, struct vnode *vp, struct label *intlabel); - -MALLOC_DEFINE(M_MACOPVEC, "macopvec", "MAC policy operation vector"); MALLOC_DEFINE(M_MACPIPELABEL, "macpipelabel", "MAC labels for pipes"); MALLOC_DEFINE(M_MACTEMP, "mactemp", "MAC temporary label storage"); diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c index 69fa5ad73bce..e5fb6ef1dec0 100644 --- a/sys/security/mac/mac_framework.c +++ b/sys/security/mac/mac_framework.c @@ -219,8 +219,6 @@ static void mac_destroy_socket_label(struct label *label); static int mac_setlabel_vnode_extattr(struct ucred *cred, struct vnode *vp, struct label *intlabel); - -MALLOC_DEFINE(M_MACOPVEC, "macopvec", "MAC policy operation vector"); MALLOC_DEFINE(M_MACPIPELABEL, "macpipelabel", "MAC labels for pipes"); MALLOC_DEFINE(M_MACTEMP, "mactemp", "MAC temporary label storage"); diff --git a/sys/security/mac/mac_internal.h b/sys/security/mac/mac_internal.h index 69fa5ad73bce..e5fb6ef1dec0 100644 --- a/sys/security/mac/mac_internal.h +++ b/sys/security/mac/mac_internal.h @@ -219,8 +219,6 @@ static void mac_destroy_socket_label(struct label *label); static int mac_setlabel_vnode_extattr(struct ucred *cred, struct vnode *vp, struct label *intlabel); - -MALLOC_DEFINE(M_MACOPVEC, "macopvec", "MAC policy operation vector"); MALLOC_DEFINE(M_MACPIPELABEL, "macpipelabel", "MAC labels for pipes"); MALLOC_DEFINE(M_MACTEMP, "mactemp", "MAC temporary label storage"); diff --git a/sys/security/mac/mac_net.c b/sys/security/mac/mac_net.c index 69fa5ad73bce..e5fb6ef1dec0 100644 --- a/sys/security/mac/mac_net.c +++ b/sys/security/mac/mac_net.c @@ -219,8 +219,6 @@ static void mac_destroy_socket_label(struct label *label); static int mac_setlabel_vnode_extattr(struct ucred *cred, struct vnode *vp, struct label *intlabel); - -MALLOC_DEFINE(M_MACOPVEC, "macopvec", "MAC policy operation vector"); MALLOC_DEFINE(M_MACPIPELABEL, "macpipelabel", "MAC labels for pipes"); MALLOC_DEFINE(M_MACTEMP, "mactemp", "MAC temporary label storage"); diff --git a/sys/security/mac/mac_pipe.c b/sys/security/mac/mac_pipe.c index 69fa5ad73bce..e5fb6ef1dec0 100644 --- a/sys/security/mac/mac_pipe.c +++ b/sys/security/mac/mac_pipe.c @@ -219,8 +219,6 @@ static void mac_destroy_socket_label(struct label *label); static int mac_setlabel_vnode_extattr(struct ucred *cred, struct vnode *vp, struct label *intlabel); - -MALLOC_DEFINE(M_MACOPVEC, "macopvec", "MAC policy operation vector"); MALLOC_DEFINE(M_MACPIPELABEL, "macpipelabel", "MAC labels for pipes"); MALLOC_DEFINE(M_MACTEMP, "mactemp", "MAC temporary label storage"); diff --git a/sys/security/mac/mac_process.c b/sys/security/mac/mac_process.c index 69fa5ad73bce..e5fb6ef1dec0 100644 --- a/sys/security/mac/mac_process.c +++ b/sys/security/mac/mac_process.c @@ -219,8 +219,6 @@ static void mac_destroy_socket_label(struct label *label); static int mac_setlabel_vnode_extattr(struct ucred *cred, struct vnode *vp, struct label *intlabel); - -MALLOC_DEFINE(M_MACOPVEC, "macopvec", "MAC policy operation vector"); MALLOC_DEFINE(M_MACPIPELABEL, "macpipelabel", "MAC labels for pipes"); MALLOC_DEFINE(M_MACTEMP, "mactemp", "MAC temporary label storage"); diff --git a/sys/security/mac/mac_syscalls.c b/sys/security/mac/mac_syscalls.c index 69fa5ad73bce..e5fb6ef1dec0 100644 --- a/sys/security/mac/mac_syscalls.c +++ b/sys/security/mac/mac_syscalls.c @@ -219,8 +219,6 @@ static void mac_destroy_socket_label(struct label *label); static int mac_setlabel_vnode_extattr(struct ucred *cred, struct vnode *vp, struct label *intlabel); - -MALLOC_DEFINE(M_MACOPVEC, "macopvec", "MAC policy operation vector"); MALLOC_DEFINE(M_MACPIPELABEL, "macpipelabel", "MAC labels for pipes"); MALLOC_DEFINE(M_MACTEMP, "mactemp", "MAC temporary label storage"); diff --git a/sys/security/mac/mac_system.c b/sys/security/mac/mac_system.c index 69fa5ad73bce..e5fb6ef1dec0 100644 --- a/sys/security/mac/mac_system.c +++ b/sys/security/mac/mac_system.c @@ -219,8 +219,6 @@ static void mac_destroy_socket_label(struct label *label); static int mac_setlabel_vnode_extattr(struct ucred *cred, struct vnode *vp, struct label *intlabel); - -MALLOC_DEFINE(M_MACOPVEC, "macopvec", "MAC policy operation vector"); MALLOC_DEFINE(M_MACPIPELABEL, "macpipelabel", "MAC labels for pipes"); MALLOC_DEFINE(M_MACTEMP, "mactemp", "MAC temporary label storage"); diff --git a/sys/security/mac/mac_vfs.c b/sys/security/mac/mac_vfs.c index 69fa5ad73bce..e5fb6ef1dec0 100644 --- a/sys/security/mac/mac_vfs.c +++ b/sys/security/mac/mac_vfs.c @@ -219,8 +219,6 @@ static void mac_destroy_socket_label(struct label *label); static int mac_setlabel_vnode_extattr(struct ucred *cred, struct vnode *vp, struct label *intlabel); - -MALLOC_DEFINE(M_MACOPVEC, "macopvec", "MAC policy operation vector"); MALLOC_DEFINE(M_MACPIPELABEL, "macpipelabel", "MAC labels for pipes"); MALLOC_DEFINE(M_MACTEMP, "mactemp", "MAC temporary label storage"); |
