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

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

Change 36500 by rwatson@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)++;



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