PERFORCE change 107179 for review

Todd Miller millert at FreeBSD.org
Tue Oct 3 07:37:20 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107179

Change 107179 by millert at millert_macbook on 2006/10/03 14:35:17

	Fix a label struct mismatch; was vnode, should be mount.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd.c#18 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd.c#18 (text+ko) ====

@@ -724,7 +724,8 @@
 sebsd_vnode_update_extattr(struct mount *mp, struct label *mntlabel,
     struct vnode *vp, struct label *vlabel, char *name)
 {
-	struct vnode_security_struct *vsec, *sbsec;
+	struct mount_security_struct *sbsec;
+	struct vnode_security_struct *vsec;
 	/*
 	 * TBD: static buffers aren't a good idea, and SELinux contexts
 	 * aren't restricted in length.


More information about the trustedbsd-cvs mailing list