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 E5292158170 for ; Sat, 20 Jul 2024 19:17:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07732E2B7C; Sat, 20 Jul 2024 19:17:08 +0000 (UTC) Received: from puleglot.ru (puleglot.ru [IPv6:2a01:4f8:1c0c:58e8::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D37DE2B79 for ; Sat, 20 Jul 2024 19:17:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tsoy.me; s=mymail; h=Sender:MIME-Version:Content-Transfer-Encoding:Content-Type: References:In-Reply-To:Date:To:From:Subject:Message-ID:Reply-To:Cc:Content-ID :Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To: Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe :List-Post:List-Owner:List-Archive; bh=eDCVYC5lX7rRq1Drputo6hgT5BMyiaHGY60Bv9m9S/c=; b=EWWQ4aVsMK2BB1Hb/vpkSLCL0W 6LjmPHZSDUTD1ni+2R9hoqde8XR8S6ldbmdECOMe7ZEITawSoAfid60IKXz3xHaB8hiVWidNJTFZB fnaqiKeYb+WOIhy0Ixa7XD9ebDkEHS+xdHGcpdGxrtrr+ZBPUkhN8DEzYl2adgF+qyZg=; Received: from [5.35.113.117] (helo=[192.168.1.244]) by puleglot.ru with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1sVFZn-00000002q3u-1wjs for gentoo-dev@lists.gentoo.org; Sat, 20 Jul 2024 22:17:03 +0300 Message-ID: <92aa8ce020835633450f9758306e5c70be75e7f7.camel@tsoy.me> Subject: Re: [gentoo-dev] [RFC PATCH 06/19] www-servers/nginx: add nginx-r2.service From: Alexander Tsoy To: gentoo-dev@lists.gentoo.org Date: Sat, 20 Jul 2024 22:17:02 +0300 In-Reply-To: <2ec08f01fddb6bfae0a578135487a75ac8aea1a6.camel@tsoy.me> References: <20240717120553.31866-1-zurabid2016@gmail.com> <20240717120553.31866-7-zurabid2016@gmail.com> <2ec08f01fddb6bfae0a578135487a75ac8aea1a6.camel@tsoy.me> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.50.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Sender: puleglot@puleglot.ru X-Archives-Salt: c94c6718-e0f6-4050-8edf-e87380e957f4 X-Archives-Hash: a7e16629a84fa94815ab787f6f7b8bf4 =D0=92 =D0=A1=D0=B1, 20/07/2024 =D0=B2 20:25 +0300, Alexander Tsoy =D0=BF= =D0=B8=D1=88=D0=B5=D1=82: > =D0=92 =D0=A1=D0=B1, 20/07/2024 =D0=B2 13:15 -0400, Michael Orlitzky =D0= =BF=D0=B8=D1=88=D0=B5=D1=82: > > But so long as we're talking about it: what do the file names under > > /var/tmp/nginx look like? Hopefully they're random. Otherwise we > > have > > to worry about the bad guy pre-creating not only the directory, but > > also the files inside it. >=20 > No, their names are predefined. For example with the current in-tree > nginx: >=20 > $ sudo ls -1 /var/lib/nginx/tmp/ > client > fastcgi > proxy > scgi > uwsgi >=20 Sorry, these are directories. I cannot check file names right now.