From owner-trustedbsd-cvs@FreeBSD.ORG Fri Oct 20 01:26:44 2006 Return-Path: X-Original-To: trustedbsd-cvs@freebsd.org Delivered-To: trustedbsd-cvs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A525C16A417 for ; Fri, 20 Oct 2006 01:26:44 +0000 (UTC) (envelope-from owner-perforce@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDB8043D53 for ; Fri, 20 Oct 2006 01:26:43 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by cyrus.watson.org (Postfix) with ESMTP id 6CD6D46DD2 for ; Thu, 19 Oct 2006 21:26:43 -0400 (EDT) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id ABCC0557CF; Fri, 20 Oct 2006 01:26:42 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A3E0E16A415; Fri, 20 Oct 2006 01:26:42 +0000 (UTC) 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 6654516A40F for ; Fri, 20 Oct 2006 01:26:42 +0000 (UTC) (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 2DA5643D53 for ; Fri, 20 Oct 2006 01:26:42 +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.6/8.13.6) with ESMTP id k9K1QgYL002384 for ; Fri, 20 Oct 2006 01:26:42 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9K1Qgrk002381 for perforce@freebsd.org; Fri, 20 Oct 2006 01:26:42 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 20 Oct 2006 01:26:42 GMT Message-Id: <200610200126.k9K1Qgrk002381@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 108147 for review X-BeenThere: trustedbsd-cvs@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD CVS and Perforce commit message list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2006 01:26:44 -0000 http://perforce.freebsd.org/chv.cgi?CH=108147 Change 108147 by rwatson@rwatson_peppercorn on 2006/10/20 01:25:59 Sort. Affected files ... .. //depot/projects/trustedbsd/priv/sys/sys/priv.h#7 edit .. //depot/projects/trustedbsd/priv6/src/sys/sys/priv.h#5 edit Differences ... ==== //depot/projects/trustedbsd/priv/sys/sys/priv.h#7 (text+ko) ==== @@ -105,8 +105,8 @@ PRIV_DEBUG_SUGID, /* Exempt debugging setuid proc. */ PRIV_DEBUG_UNPRIV, /* Exempt unprivileged debug limit. */ PRIV_DTRACE_KERNEL, /* Allow use of DTrace on the kernel. */ + PRIV_DTRACE_PROC, /* Allow attaching DTrace to process. */ PRIV_DTRACE_USER, /* Allow process to submit DTrace events. */ - PRIV_DTRACE_PROC, /* Allow attaching DTrace to process. */ PRIV_FIRMWARE_LOAD, /* Can load firmware. */ PRIV_JAIL_ATTACH, /* Attach to a jail. */ PRIV_KENV_SET, /* Set kernel env. variables. */ ==== //depot/projects/trustedbsd/priv6/src/sys/sys/priv.h#5 (text+ko) ==== @@ -105,8 +105,8 @@ PRIV_DEBUG_SUGID, /* Exempt debugging setuid proc. */ PRIV_DEBUG_UNPRIV, /* Exempt unprivileged debug limit. */ PRIV_DTRACE_KERNEL, /* Allow use of DTrace on the kernel. */ + PRIV_DTRACE_PROC, /* Allow attaching DTrace to process. */ PRIV_DTRACE_USER, /* Allow process to submit DTrace events. */ - PRIV_DTRACE_PROC, /* Allow attaching DTrace to process. */ PRIV_FIRMWARE_LOAD, /* Can load firmware. */ PRIV_JAIL_ATTACH, /* Attach to a jail. */ PRIV_KENV_SET, /* Set kernel env. variables. */