From owner-cvs-all Thu Sep 14 10:48:51 2000 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 2AD2537B423; Thu, 14 Sep 2000 10:48:48 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA71814; Thu, 14 Sep 2000 10:48:48 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200009141748.KAA71814@freefall.freebsd.org> From: Mark Murray Date: Thu, 14 Sep 2000 10:48:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/09/14 10:48:48 PDT Modified files: etc MAKEDEV Log: Make the [u]random device's permissions match those in the matching make_dev() call. At the moment, it is an error for anyone but root to write to this device (EPERM), and the permissions don't suggest that. Soon, however, anyone will be able to write here, but only root will cause an implicit reseed. Revision Changes Path 1.273 +2 -2 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message