From owner-cvs-all Wed Jun 30 18: 7:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B101815746; Wed, 30 Jun 1999 18:07:34 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA01559; Wed, 30 Jun 1999 18:07:34 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199907010107.SAA01559@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 30 Jun 1999 18:07:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/at perm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/06/30 18:07:32 PDT Modified files: usr.bin/at perm.c Log: (1) Don't perror() when at.deny doesn't exist, that's an accepted behavior. (2) Die when there is a problem opening at.allow other then it not existing. An error other then it not existing might be a trick to somehow circumvent system security. Mostly Reviewed By: msmith Revision Changes Path 1.7 +6 -3 src/usr.bin/at/perm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message