Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2003 11:25:30 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 36503 for review
Message-ID:  <200308201825.h7KIPUAN082630@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=36503

Change 36503 by rwatson@rwatson_paprika on 2003/08/20 11:25:28

	More inter-branch whitespace cleanups.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.c#11 edit

Differences ...

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

@@ -335,7 +335,6 @@
 	SLOT(label) = sbsec;
 }
 
-
 static void
 sebsd_init_network_label(struct label *label)
 {
@@ -410,7 +409,6 @@
 	 * kept synchronized from here on automatically with the vnode
 	 * relabel calls.
 	 */
-	
 }
 
 static int
@@ -501,7 +499,7 @@
 	/* Default to using the attributes from the parent process */
 	task->osid = parent->osid;
 	task->sid = parent->sid;
-	
+
 	return;
 }
 
@@ -1217,7 +1215,7 @@
 	rc = avc_has_perm_audit(newsid, sbsec->sid, SECCLASS_FILESYSTEM,
 				FILESYSTEM__ASSOCIATE, &ad);
 #endif
-	
+
 	return 0;
 }
 
@@ -1558,7 +1556,7 @@
 		if (rc)
 			return (rc);
 	}
-	
+
 	return (0);
 }
 
@@ -1711,7 +1709,7 @@
     struct label *label, int newmapping)
 {
 	access_vector_t av;
-	
+
 	/*
 	 * TBD: Incomplete?
 	 * Write access only matters if the mapping is shared.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308201825.h7KIPUAN082630>