From owner-cvs-all Fri Feb 2 10:35:49 2001 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 E258537B491; Fri, 2 Feb 2001 10:35:29 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f12IZTp83351; Fri, 2 Feb 2001 10:35:29 -0800 (PST) (envelope-from phk) Message-Id: <200102021835.f12IZTp83351@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 2 Feb 2001 10:35:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/02/02 10:35:29 PST Modified files: sys/fs/devfs devfs_vnops.c Log: Only superuser can create symlinks. Give symlinks mode 755 by default to avoid triggering alert eyes. (the mode isn't use on symlinks) Revision Changes Path 1.15 +6 -3 src/sys/fs/devfs/devfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message