PERFORCE change 36500 for review

Robert Watson rwatson at FreeBSD.org
Wed Aug 20 18:24:27 GMT 2003


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

Change 36500 by rwatson at rwatson_paprika on 2003/08/20 11:24:21

	More whitespace cleanup.

Affected files ...

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

Differences ...

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

@@ -1066,7 +1066,7 @@
 	AVC_AUDIT_DATA_INIT(&ad, FS);
 	ad.u.fs.vp = vp;
 
-        if (newsid == task->sid) {
+	if (newsid == task->sid) {
 		rc = avc_has_perm_audit(task->sid, file->sid, SECCLASS_FILE,
 		    FILE__EXECUTE_NO_TRANS, &ad);
 
@@ -1443,9 +1443,9 @@
 {
 	security_context_t context;
 	u_int32_t context_len;
-        int error;
+	int error;
 
-        if (strcmp("sebsd", element_name) != 0)
+	if (strcmp("sebsd", element_name) != 0)
 		return (0);
 
 	(*claimed)++;
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