PERFORCE change 20478 for review

Robert Watson rwatson at freebsd.org
Thu Oct 31 16:04:59 GMT 2002


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

Change 20478 by rwatson at rwatson_tislabs on 2002/10/31 08:04:58

	Complete the rename of mac_mls_check_vnode_swapon() to
	mac_mls_check_system_swapon().

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_mls/mac_mls.c#139 edit

Differences ...

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

@@ -1792,7 +1792,7 @@
 }
 
 static int
-mac_mls_check_vnode_swapon(struct ucred *cred, struct vnode *vp,
+mac_mls_check_system_swapon(struct ucred *cred, struct vnode *vp,
     struct label *label)
 {
 	struct mac_mls *subj, *obj;
@@ -2493,7 +2493,7 @@
 	.mpo_check_socket_deliver = mac_mls_check_socket_deliver,
 	.mpo_check_socket_relabel = mac_mls_check_socket_relabel,
 	.mpo_check_socket_visible = mac_mls_check_socket_visible,
-	.mpo_check_system_swapon = mac_mls_check_vnode_swapon,
+	.mpo_check_system_swapon = mac_mls_check_system_swapon,
 	.mpo_check_vnode_access = mac_mls_check_vnode_open,
 	.mpo_check_vnode_chdir = mac_mls_check_vnode_chdir,
 	.mpo_check_vnode_chroot = mac_mls_check_vnode_chroot,
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