From owner-cvs-all@FreeBSD.ORG Mon Nov 20 17:10:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E26A16A407; Mon, 20 Nov 2006 17:10:26 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ACCD4464E; Mon, 20 Nov 2006 16:51:50 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAKGpFWn014274; Mon, 20 Nov 2006 16:51:15 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAKGpFCJ014273; Mon, 20 Nov 2006 16:51:15 GMT (envelope-from skv) Message-Id: <200611201651.kAKGpFCJ014273@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 20 Nov 2006 16:51:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/firebird2-server Makefile ports/databases/firebird2-client Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2006 17:10:26 -0000 skv 2006-11-20 16:51:15 UTC FreeBSD ports repository Modified files: databases/firebird2-server Makefile databases/firebird2-client Makefile Log: Change permissions for formerly suid-ed binaries: -r-xr-xr-x root wheel fb_inet_server -r-sr-x--- root firebird fb_lock_mgr -r-x------ root wheel gds_drop 1. fb_inet_server is installed as normal binary but still must be started under "firebird" user (it must be specified in x?inetd.conf) 2. fb_lock_mgr is still suid-ed binary but can be started only by users in "firebird" group - it affects usage of "gsec" and similar utilities while using "embedded" (direct) database access mode. 3. gds_drop is installed as normal binary but can be started by "root" only to prevent any improper/malicious usage. Revision Changes Path 1.2 +1 -0 ports/databases/firebird2-client/Makefile 1.58 +6 -6 ports/databases/firebird2-server/Makefile