From patchwork Sun May 19 00:40:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 2254 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 50A4385218B for ; Sat, 18 May 2019 15:40:17 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 455nrJ02m0z5D1NV; Sat, 18 May 2019 15:40:15 +0100 (BST) Received: from [127.0.0.1] (unknown [IPv6:2620:7:6001::107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 455nrC6Cdkz4yv6X for ; Sat, 18 May 2019 15:40:11 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1558190412; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=HRyUGRByAQ1kuhyjPFq79WWNt4xrnVGhsBuzHgg7AR4=; b=H2W0aLuOIGAavQokHMtQ0dBk4vx9VyO2MxstBgrbNQysJX2u/7uyVebjubxEjg933XtNj6 3toHKscjHdzQPBoNjUDkdH860x1SR85GW1IC7Uk9KbMh5TZSpPsTJFqUxSc+SJb6MI6w0l dw4Ei+65CS1zrdSHT4Lr9zvA4NT1LI8jzT3EOWQgQFtr/OrqXnJyXPNZ9nXPLpsZS8tm9X KtoQMkR9MqYhZKzhP0U/sRdnwgix+bienZM+QQWAMLaCLLgB/sF60pC8Uy2jP3uJqdpk1w 43yTFTql3DB6M9DRMlpzXbKUWtGSRDvSjQQ8d8fZb9iJ5OlC8rOTj1+NxCr2ZA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1558190412; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=HRyUGRByAQ1kuhyjPFq79WWNt4xrnVGhsBuzHgg7AR4=; b=s7o+8fJn4oD+3e7vSR//ktNsfgxOOG+hn4RtqmBmG76mTyglLSeK5RIGTzQwBqLtHkVGqE ore5cIoHedR0ZmBw== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Tor: specify correct user for default configuration Organization: IPFire.org Message-ID: <0d85765e-fce3-7512-7bda-fdf6f09d948e@ipfire.org> Date: Sat, 18 May 2019 14:40:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" While being built with user/group set to "tor", the default configuration still contains the old username. This patch adjusts it to the correct value. The issue was caused by insufficient testing, which I apologise for. Signed-off-by: Peter Müller --- config/tor/defaults-torrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tor/defaults-torrc b/config/tor/defaults-torrc index 703d821fe..ee8f809d9 100644 --- a/config/tor/defaults-torrc +++ b/config/tor/defaults-torrc @@ -1,3 +1,3 @@ DataDirectory /var/lib/tor -User nobody +User tor Log notice syslog