From owner-cvs-all Tue Dec 12 20:28:28 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 12 20:28:25 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 703B237B400; Tue, 12 Dec 2000 20:28:25 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBD4SPY76476; Tue, 12 Dec 2000 20:28:25 -0800 (PST) (envelope-from rwatson) Message-Id: <200012130428.eBD4SPY76476@freefall.freebsd.org> From: Robert Watson Date: Tue, 12 Dec 2000 20:28:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/procfs procfs_ctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/12/12 20:28:25 PST Modified files: sys/miscfs/procfs procfs_ctl.c Log: o Tighten restrictions on use of /proc/pid/ctl and move access checks in ctl to using centralized p_can() inter-process access control interface. Reviewed by: sef Revision Changes Path 1.22 +11 -5 src/sys/miscfs/procfs/procfs_ctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message