PERFORCE change 20416 for review

Robert Watson rwatson at freebsd.org
Wed Oct 30 15:44:39 GMT 2002


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

Change 20416 by rwatson at rwatson_sproing on 2002/10/30 07:43:48

	Type cleanups similar to Biba: struct mac != struct label,
	likewise, struct vnode.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_lomac/mac_lomac.c#25 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_lomac/mac_lomac.c#25 (text+ko) ====

@@ -1454,7 +1454,7 @@
 
 static void
 mac_lomac_execve_transition(struct ucred *old, struct ucred *new,
-    struct vnode *vp, struct mac *vnodelabel, struct mac *shellvnodelabel,
+    struct vnode *vp, struct label *vnodelabel, struct label *shellvnodelabel,
     struct image_params *imgp)
 {
 	struct mac_lomac *source, *dest;
@@ -1468,7 +1468,7 @@
 
 static int
 mac_lomac_execve_will_transition(struct ucred *old, struct vnode *vp,
-    struct mac *vnodelabel, struct vnode *shellvnodelabel,
+    struct label *vnodelabel, struct label *shellvnodelabel,
     struct image_params *imgp)
 {
 
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list