PERFORCE change 17911 for review

Robert Watson rwatson at freebsd.org
Sun Sep 22 04:58:41 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=17911

Change 17911 by rwatson at rwatson_tislabs on 2002/09/21 21:58:02

	Adding missing wrapper function.  Too late at night to be committing.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#277 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#277 (text+ko) ====

@@ -3347,6 +3347,15 @@
 	MAC_PERFORM(create_devfs_device, dev, de, &de->de_label);
 }
 
+void
+mac_create_devfs_symlink(struct ucred *cred, struct devfs_dirent *dd,
+    struct devfs_dirent *de)
+{
+
+	MAC_PERFORM(create_devfs_symlink, cred, dd, &dd->de_label, de,
+	    &de->de_label);
+}
+
 static int
 mac_stdcreatevnode_ea(struct vnode *vp)
 {
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