Date: Fri, 20 Oct 2006 01:26:42 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 108147 for review Message-ID: <200610200126.k9K1Qgrk002381@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610200126.k9K1Qgrk002381>