From owner-cvs-all Sat Dec 16 19:13: 8 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 16 19:13:05 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 96EDD37B400; Sat, 16 Dec 2000 19:13:05 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBH3D5F49450; Sat, 16 Dec 2000 19:13:05 -0800 (PST) (envelope-from rwatson) Message-Id: <200012170313.eBH3D5F49450@freefall.freebsd.org> From: Robert Watson Date: Sat, 16 Dec 2000 19:13:05 -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: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/12/16 19:13:05 PST Modified files: (Branch: RELENG_4) sys/miscfs/procfs procfs_ctl.c Log: o MFC of procfs_ctl.c 1.22, tighten restrictions on the use of /proc/pid/ctl. This is a backport of the -CURRENT patch to use the procfs CHECKIO() interface rather than the p_can interface available in -CURRENT. sef reviewed the patch for -CURRENT, and had proposed a less fascist version of the patch for -STABLE. Reviewed by: security-officer, alfred Revision Changes Path 1.20.2.1 +15 -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