summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_policy.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-10-25 07:49:47 +0000
committerrwatson <rwatson@FreeBSD.org>2007-10-25 07:49:47 +0000
commit94fbc001c8703dcde08373077f205386188204a9 (patch)
tree2b2bf123e4e2c0162530484d7e07617bc51aa99a /sys/security/mac/mac_policy.h
parent7205d51f8d46369ba85c9260a36b421a72cfedbf (diff)
downloadFreeBSD-src-94fbc001c8703dcde08373077f205386188204a9.zip
FreeBSD-src-94fbc001c8703dcde08373077f205386188204a9.tar.gz
Further MAC Framework cleanup: normalize some local variable names and
clean up some comments. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/security/mac/mac_policy.h')
-rw-r--r--sys/security/mac/mac_policy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/security/mac/mac_policy.h b/sys/security/mac/mac_policy.h
index 5106d94..2ff8c83 100644
--- a/sys/security/mac/mac_policy.h
+++ b/sys/security/mac/mac_policy.h
@@ -339,12 +339,12 @@ typedef void (*mpo_create_mbuf_from_syncache_t)(struct label *sc_label,
*/
typedef void (*mpo_vnode_execve_transition_t)(struct ucred *old,
struct ucred *new, struct vnode *vp,
- struct label *vplabel, struct label *interpvnodelabel,
+ struct label *vplabel, struct label *interpvplabel,
struct image_params *imgp, struct label *execlabel);
typedef int (*mpo_vnode_execve_will_transition_t)(struct ucred *old,
struct vnode *vp, struct label *vplabel,
- struct label *interpvnodelabel,
- struct image_params *imgp, struct label *execlabel);
+ struct label *interpvplabel, struct image_params *imgp,
+ struct label *execlabel);
typedef void (*mpo_proc_create_swapper_t)(struct ucred *cred);
typedef void (*mpo_proc_create_init_t)(struct ucred *cred);
typedef void (*mpo_cred_relabel_t)(struct ucred *cred,
OpenPOWER on IntegriCloud