From owner-freebsd-apache@FreeBSD.ORG Mon Jun 17 10:50:02 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4D43EBDE for ; Mon, 17 Jun 2013 10:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3F60F1AE1 for ; Mon, 17 Jun 2013 10:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5HAo1Kr008173 for ; Mon, 17 Jun 2013 10:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5HAo1jn008172; Mon, 17 Jun 2013 10:50:01 GMT (envelope-from gnats) Date: Mon, 17 Jun 2013 10:50:01 GMT Message-Id: <201306171050.r5HAo1jn008172@freefall.freebsd.org> To: apache@FreeBSD.org From: Borja Marcos Subject: Re: ports/136091: [PATCH] www/apache22 - suexec resource limits patch X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Borja Marcos List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jun 2013 10:50:02 -0000 The following reply was made to PR ports/136091; it has been noted by GNATS. From: Borja Marcos To: bug-followup@FreeBSD.org, alexey@renatasystems.org Cc: Subject: Re: ports/136091: [PATCH] www/apache22 - suexec resource limits patch Date: Mon, 17 Jun 2013 12:38:55 +0200 Maybe this patch should be a bit more overreaching.=20 It's just applying the rlimits from login.conf, but it would be more = useful if it supported other important login.conf attributes such as the MAC labels.=20 Any thoughts? I would change the LOGIN_RLIMITS to LOGIN_ALL, on FreeBSD a proper = switch to a different user should be expected to honor whatever is put on login.conf. Any potential side-effects I am not aware of? Borja.