Received: by mail.netbsd.org (Postfix, from userid 0) id C75D063B187; Fri, 2 Oct 2009 21:47:36 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 676E063B13F for ; Fri, 2 Oct 2009 21:47:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4BACA175DA; Fri, 2 Oct 2009 21:47:35 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 2 Oct 2009 21:47:35 +0000 From: Elad Efrat Subject: CVS commit: src/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091002214735.4BACA175DA@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: elad Date: Fri Oct 2 21:47:35 UTC 2009 Modified Files: src/sys/kern: kern_ktrace.c src/sys/secmodel/suser: secmodel_suser.c Log Message: Move ktrace's subsystem security policy to the subsystem itself, and keep just the suser-related logic in the suser secmodel. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/sys/kern/kern_ktrace.c cvs rdiff -u -r1.1 -r1.2 src/sys/secmodel/suser/secmodel_suser.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.