From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F074158030 for ; Tue, 28 Feb 2023 21:12:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7522BE070D; Tue, 28 Feb 2023 21:12:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 626F5E070D for ; Tue, 28 Feb 2023 21:12:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AE24340CB1 for ; Tue, 28 Feb 2023 21:12:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC6F775 for ; Tue, 28 Feb 2023 21:12:32 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1677618747.af9772fe613cef0b0f191071c1ecec95d9fa4ff1.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx-unit/files/nginx-unit.confd X-VCS-Directories: www-servers/nginx-unit/files/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: af9772fe613cef0b0f191071c1ecec95d9fa4ff1 X-VCS-Branch: master Date: Tue, 28 Feb 2023 21:12:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16f83c8a-5a4a-46c7-b168-7ce01b18ad9c X-Archives-Hash: 43bc025c864dbe08670f8c259327d593 commit: af9772fe613cef0b0f191071c1ecec95d9fa4ff1 Author: Mike Pagano gentoo org> AuthorDate: Tue Feb 28 21:11:22 2023 +0000 Commit: Mike Pagano gentoo org> CommitDate: Tue Feb 28 21:12:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9772fe www-servers/nginx-unit: Change default user and group appropiate Big thanks to Vladimir Varlamov for their assistance on these recent user and group changes to nginx-unit Bug: https://bugs.gentoo.org/894778 Signed-off-by: Mike Pagano gentoo.org> www-servers/nginx-unit/files/nginx-unit.confd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www-servers/nginx-unit/files/nginx-unit.confd b/www-servers/nginx-unit/files/nginx-unit.confd index 2eae2c67538f..eedf0ffbd685 100644 --- a/www-servers/nginx-unit/files/nginx-unit.confd +++ b/www-servers/nginx-unit/files/nginx-unit.confd @@ -1,11 +1,10 @@ # /etc/conf.d/nginx-unit # non-privileged processes to run as specified user -#NXT_USER="nobody" +#NXT_USER="nginx-unit" # non-privileged processes to run as specified group -# default: user's primary group -#NXT_GROUP="" +#NXT_GROUP="nginx-unit" # Address of the Control API Socket #NXT_CONTROL="unix:/run/nginx-unit.sock"