From owner-freebsd-libh Sun Jun 2 22:23:15 2002 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id E2D0A37B404 for ; Sun, 2 Jun 2002 22:23:13 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 592AF17407; Mon, 3 Jun 2002 00:23:13 -0500 (CDT) From: Antoine Beaupré Date: Mon, 3 Jun 2002 00:23:13 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/sysinstall Database.cc Message-Id: <20020603052313.592AF17407@usw4.freebsd.org> Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2002/06/03 00:23:13 CDT Modified files: lib/sysinstall Database.cc Log: read directory access info from database before inserting SYSTEM package in order to have insert_denied_allowed_directories() Do The Right thing this fixes a bug where allowed access list was reset to a hardcoded default each time the database was open note, while I'm here, that there shouldn't be such a hardcoded value in there the existence and use of insert_denied_allowed_directories() is also debatable. It should at least readDirectoriesAccess instead of relying on it to be called by the consumer Revision Changes Path 1.7 +4 -4 libh/lib/sysinstall/Database.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message