From owner-cvs-all Sat Jan 30 04:28:53 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20546 for cvs-all-outgoing; Sat, 30 Jan 1999 04:28:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20541; Sat, 30 Jan 1999 04:28:52 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA09479; Sat, 30 Jan 1999 04:28:51 -0800 (PST) (envelope-from phk@FreeBSD.org) Date: Sat, 30 Jan 1999 04:28:51 -0800 (PST) Message-Id: <199901301228.EAA09479@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern vfs_syscalls.c src/sys/sys ucred.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/01/30 04:28:51 PST Modified files: sys/isofs/cd9660 cd9660_vfsops.c Log: Use suser() to determine super-user-ness. Don't pretend we can mount RW. Reviewed by: bde Revision Changes Path 1.50 +15 -17 src/sys/isofs/cd9660/cd9660_vfsops.c Modified files: sys/kern vfs_syscalls.c Log: Use suser() to determine super-user-ness. Collapse some duplicated checks. Reviewed by: bde Revision Changes Path 1.116 +16 -26 src/sys/kern/vfs_syscalls.c Modified files: sys/sys ucred.h Log: Put a comment here about using suser() to determine super-user-ness. Using suser() means that the p_acflag will (can) be set, to show that a process used super-powers during execution. It also makes it easier to restrict roots we don't trust later on. Reviewed by: bde Revision Changes Path 1.9 +4 -1 src/sys/sys/ucred.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message