PERFORCE change 36501 for review

Robert Watson rwatson at FreeBSD.org
Wed Aug 20 18:25:29 GMT 2003


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

Change 36501 by rwatson at rwatson_paprika on 2003/08/20 11:25:18

	Trim trailing tabs.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#70 edit

Differences ...

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

@@ -336,7 +336,6 @@
 	 * kept synchronized from here on automatically with the vnode
 	 * relabel calls.
 	 */
-	
 }
 
 static int
@@ -427,7 +426,7 @@
 	/* Default to using the attributes from the parent process */
 	task->osid = parent->osid;
 	task->sid = parent->sid;
-	
+
 	return;
 }
 
@@ -994,7 +993,7 @@
 	rc = avc_has_perm_audit(newsid, sbsec->sid, SECCLASS_FILESYSTEM,
 				FILESYSTEM__ASSOCIATE, &ad);
 #endif
-	
+
 	return 0;
 }
 
@@ -1332,7 +1331,7 @@
 		if (rc)
 			return (rc);
 	}
-	
+
 	return (0);
 }
 
@@ -1418,7 +1417,7 @@
 {
 
 	access_vector_t av;
-	
+
 	/*
 	 * TBD: Incomplete?
 	 * Write access only matters if the mapping is shared.
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