PERFORCE change 42665 for review

Robert Watson rwatson at FreeBSD.org
Mon Nov 17 15:13:12 GMT 2003


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

Change 42665 by rwatson at rwatson_tislabs on 2003/11/17 07:13:11

	Revert changes accidentally integrated from base tree: fullpath
	argument to devfs symlink entry point.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#237 edit
.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#191 edit

Differences ...

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

@@ -891,7 +891,7 @@
 static void
 mac_biba_create_devfs_symlink(struct ucred *cred, struct mount *mp,
     struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
-    struct label *delabel)
+    struct label *delabel, const char *fullpath)
 {
 	struct mac_biba *source, *dest;
 

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

@@ -860,7 +860,7 @@
 static void
 mac_mls_create_devfs_symlink(struct ucred *cred, struct mount *mp,
     struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
-    struct label *delabel)
+    struct label *delabel, const char *fullpath)
 {
 	struct mac_mls *source, *dest;
 
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