Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79317 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3388 invoked from network); 30 Nov 2014 09:36:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2014 09:36:58 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.44 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.44 mail-wg0-f44.google.com Received: from [74.125.82.44] ([74.125.82.44:41341] helo=mail-wg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/00-02385-835EA745 for ; Sun, 30 Nov 2014 04:36:56 -0500 Received: by mail-wg0-f44.google.com with SMTP id b13so11809827wgh.17 for ; Sun, 30 Nov 2014 01:36:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:from:date:to :message-id; bh=VwUaZwQqZKwIzFdb/B3T4+UCFVT5U1+Nh6hg7hhN4KU=; b=LgViT4m4IPUMBYLKSHrqFR6Bt9iPD9/1P1k25fe4nHJ3PZ9wwmkIJnwJ8r7goKxFVc OIkrckkNZohjDTSH3XL6V5gumVRGj8hcF0OzImbtJURrAFQtlGHzHFknhMBCo+ieGp80 YW7zTNTQ//GCEbtbSnnIkfW6uJBgol8riSH/behFTawL3C/SBtgdLbz2BbW3JnDsnT88 e4TxjXGMJGduY4ohUTeThkzf/t3/FkSfZyCfMrgexaIuLP+WB/+w6++oCQ6px68ofTvS axtb9vKtayYRTIgLPef5/ntpy0bJ61QpCG0d+Rsz9pOni3MVUZEUy4+iXPOymcp/gIHR TT7g== X-Received: by 10.194.176.100 with SMTP id ch4mr85348041wjc.101.1417340212542; Sun, 30 Nov 2014 01:36:52 -0800 (PST) Received: from [192.168.0.3] (cpc68956-brig15-2-0-cust215.3-3.cable.virginm.net. [82.6.24.216]) by mx.google.com with ESMTPSA id rx8sm22542004wjb.30.2014.11.30.01.36.51 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 30 Nov 2014 01:36:51 -0800 (PST) User-Agent: K-9 Mail for Android In-Reply-To: <547AD8D8.9060603@fedoraproject.org> References: <547AD8D8.9060603@fedoraproject.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Date: Sun, 30 Nov 2014 09:35:45 +0000 To: "internals@lists.php.net" Message-ID: <04FB3A0D-CB20-416C-ADBA-071DD5DE5607@gmail.com> Subject: Re: [PHP-DEV] Feature: use Posix ACL for FPM socket From: rowan.collins@gmail.com (Rowan Collins) On 30 November 2014 08:44:08 GMT, Remi Collet wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Hi, > >Please see and comment on https://bugs.php.net/68526 > >In this proposal, this is an optional feature: > >- - new build option: --with-fpm-acl > >=> no change for standard build > >- - new config options: listen.users and listen.groups > >=> no change for existing configuration > >ACL are set when listen.users or listen.groups are configured, >else chown to listen.owner / listen.group is still used. Nit-picking, but I always find it awkward when two variable names differ only by an "s" - too easy to mistake one for the other, misread (or miswrite) documentation, etc. So perhaps listen.acl_users and listen.acl_groups?