summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_framework.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_framework.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_framework.h')
-rw-r--r--sys/security/mac/mac_framework.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h
index a00b90f..44ee79f 100644
--- a/sys/security/mac/mac_framework.h
+++ b/sys/security/mac/mac_framework.h
@@ -218,9 +218,9 @@ int mac_execve_enter(struct image_params *imgp, struct mac *mac_p);
void mac_execve_exit(struct image_params *imgp);
void mac_vnode_execve_transition(struct ucred *oldcred,
struct ucred *newcred, struct vnode *vp,
- struct label *interpvnodelabel, struct image_params *imgp);
+ struct label *interpvplabel, struct image_params *imgp);
int mac_vnode_execve_will_transition(struct ucred *cred,
- struct vnode *vp, struct label *interpvnodelabel,
+ struct vnode *vp, struct label *interpvplabel,
struct image_params *imgp);
void mac_proc_create_swapper(struct ucred *cred);
void mac_proc_create_init(struct ucred *cred);
OpenPOWER on IntegriCloud