diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-06-22 16:36:00 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-06-22 16:36:00 +0000 |
| commit | 16fd30bd2a9339f1181d85ca06fedef4ceae0667 (patch) | |
| tree | 3cfc70d727cacc54c19c74eec92e07a4c1798386 | |
| parent | b7850636cdc1424ac448cc7ea62baef9f3e37934 (diff) | |
Notes
| -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 43884a077ee8..878b961ab281 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 43884a077ee8..878b961ab281 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. |
