From owner-p4-projects@FreeBSD.ORG Wed Aug 20 11:25:33 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E2F3416A4C1; Wed, 20 Aug 2003 11:25:32 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D618D16A4DE for ; Wed, 20 Aug 2003 11:25:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 201F843FE3 for ; Wed, 20 Aug 2003 11:25:31 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7KIPU0U082641 for ; Wed, 20 Aug 2003 11:25:30 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7KIPUAN082630 for perforce@freebsd.org; Wed, 20 Aug 2003 11:25:30 -0700 (PDT) Date: Wed, 20 Aug 2003 11:25:30 -0700 (PDT) Message-Id: <200308201825.h7KIPUAN082630@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 36503 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 18:25:34 -0000 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.