summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-12-23 22:21:13 +0000
committerrwatson <rwatson@FreeBSD.org>2006-12-23 22:21:13 +0000
commit01a38eca2786fe54783f0501adf4ec77899c966b (patch)
tree7bd8de2f3a6430e94ca586aa38e8a5fc1f0b63d9 /sys/security
parent1a77168e4f3fdc6b976334b2c62ae628611dcffe (diff)
downloadFreeBSD-src-01a38eca2786fe54783f0501adf4ec77899c966b.zip
FreeBSD-src-01a38eca2786fe54783f0501adf4ec77899c966b.tar.gz
Re-wrap comments following de-indentation.
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/mac/mac_policy.h24
1 files changed, 11 insertions, 13 deletions
diff --git a/sys/security/mac/mac_policy.h b/sys/security/mac/mac_policy.h
index 62ebfcb..c7de3c8 100644
--- a/sys/security/mac/mac_policy.h
+++ b/sys/security/mac/mac_policy.h
@@ -46,11 +46,11 @@
/*-
* Pluggable access control policy definition structure.
*
- * List of operations that are performed as part of the implementation
- * of a MAC policy. Policy implementors declare operations with a
- * mac_policy_ops structure, and using the MAC_POLICY_SET() macro.
- * If an entry point is not declared, then then the policy will be ignored
- * during evaluation of that event or check.
+ * List of operations that are performed as part of the implementation of a
+ * MAC policy. Policy implementors declare operations with a mac_policy_ops
+ * structure, and using the MAC_POLICY_SET() macro. If an entry point is not
+ * declared, then then the policy will be ignored during evaluation of that
+ * event or check.
*
* Operations are sorted first by general class of operation, then
* alphabetically.
@@ -96,8 +96,7 @@ typedef void (*mpo_init_t)(struct mac_policy_conf *mpc);
/*
* General policy-directed security system call so that policies may
- * implement new services without reserving explicit system call
- * numbers.
+ * implement new services without reserving explicit system call numbers.
*/
typedef int (*mpo_syscall_t)(struct thread *td, int call, void *arg);
@@ -107,10 +106,9 @@ typedef int (*mpo_syscall_t)(struct thread *td, int call, void *arg);
typedef void (*mpo_placeholder_t)(void);
/*
- * Label operations. Initialize label storage, destroy label
- * storage, recycle for re-use without init/destroy, copy a label to
- * initialized storage, and externalize/internalize from/to
- * initialized storage.
+ * Label operations. Initialize label storage, destroy label storage,
+ * recycle for re-use without init/destroy, copy a label to initialized
+ * storage, and externalize/internalize from/to initialized storage.
*/
typedef void (*mpo_init_bpfdesc_label_t)(struct label *label);
typedef void (*mpo_init_cred_label_t)(struct label *label);
@@ -191,8 +189,8 @@ typedef int (*mpo_internalize_vnode_label_t)(struct label *label,
char *element_name, char *element_data, int *claimed);
/*
- * Labeling event operations: file system objects, and things that
- * look a lot like file system objects.
+ * Labeling event operations: file system objects, and things that look a lot
+ * like file system objects.
*/
typedef void (*mpo_associate_vnode_devfs_t)(struct mount *mp,
struct label *fslabel, struct devfs_dirent *de,
OpenPOWER on IntegriCloud