diff options
-rw-r--r-- | sys/security/mac/mac_policy.h | 12 | ||||
-rw-r--r-- | sys/sys/mac_policy.h | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sys/security/mac/mac_policy.h b/sys/security/mac/mac_policy.h index 43884a0..878b961 100644 --- a/sys/security/mac/mac_policy.h +++ b/sys/security/mac/mac_policy.h @@ -51,7 +51,19 @@ * Operations are sorted first by general class of operation, then * alphabetically. */ +struct acl; +struct componentname; +struct devfs_dirent; +struct ipq; +struct label; struct mac_policy_conf; +struct mbuf; +struct mount; +struct pipe; +struct socket; +struct ucred; +struct uio; +struct vnode; struct mac_policy_ops { /* * Policy module operations. diff --git a/sys/sys/mac_policy.h b/sys/sys/mac_policy.h index 43884a0..878b961 100644 --- a/sys/sys/mac_policy.h +++ b/sys/sys/mac_policy.h @@ -51,7 +51,19 @@ * Operations are sorted first by general class of operation, then * alphabetically. */ +struct acl; +struct componentname; +struct devfs_dirent; +struct ipq; +struct label; struct mac_policy_conf; +struct mbuf; +struct mount; +struct pipe; +struct socket; +struct ucred; +struct uio; +struct vnode; struct mac_policy_ops { /* * Policy module operations. |