Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2006 14:36:12 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 107179 for review
Message-ID:  <200610031436.k93EaBHX016576@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107179

Change 107179 by millert@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610031436.k93EaBHX016576>