From owner-p4-projects@FreeBSD.ORG Thu Mar 9 14:11:21 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0340E16A423; Thu, 9 Mar 2006 14:11:21 +0000 (GMT) X-Original-To: perforce@freebsd.org 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 CC14616A420 for ; Thu, 9 Mar 2006 14:11:20 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63DAC43D45 for ; Thu, 9 Mar 2006 14:11:20 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k29EBK6k098345 for ; Thu, 9 Mar 2006 14:11:20 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k29EBKlU098342 for perforce@freebsd.org; Thu, 9 Mar 2006 14:11:20 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Thu, 9 Mar 2006 14:11:20 GMT Message-Id: <200603091411.k29EBKlU098342@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 Cc: Subject: PERFORCE change 93043 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2006 14:11:22 -0000 http://perforce.freebsd.org/chv.cgi?CH=93043 Change 93043 by rwatson@rwatson_peppercorn on 2006/03/09 14:11:06 Minor style tweaks. Affected files ... .. //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.h#4 edit Differences ... ==== //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.h#4 (text+ko) ==== @@ -43,21 +43,22 @@ #define SEBSD_MAC_EXTATTR_NAME "sebsd" #define SEBSD_MAC_EXTATTR_NAMESPACE EXTATTR_NAMESPACE_SYSTEM -extern int avc_debug_always_allow; +extern int avc_debug_always_allow; #ifdef _KERNEL #ifndef _M_SEBSD_DEF MALLOC_DECLARE(M_SEBSD); -#define _M_SEBSD_DEF +#define _M_SEBSD_DEF #endif extern int sebsd_verbose; -extern int security_init(void); -extern int sebsd_syscall(struct thread *td, int call, void *args); -extern int thread_has_system(struct thread *td, access_vector_t perm); -extern int thread_has_security(struct thread *td, access_vector_t perm); +extern int security_init(void); +extern int sebsd_syscall(struct thread *td, int call, void *args); +extern int thread_has_system(struct thread *td, access_vector_t perm); +extern int thread_has_security(struct thread *td, access_vector_t perm); + #endif /* _KERNEL */ #endif /* _SYS_SECURITY_SEBSD_H */