From patchwork Sun Dec 15 11:40:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8329 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4YB1P93hpMz3x1C for ; Sun, 15 Dec 2024 11:41:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4YB1P72bcfz1X1; Sun, 15 Dec 2024 11:41:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4YB1P707q4z33y9; Sun, 15 Dec 2024 11:41:15 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4YB1P36zvmz2yXJ for ; Sun, 15 Dec 2024 11:41:11 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (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 mail01.ipfire.org (Postfix) with ESMTPSA id 4YB1P275Bbz1TM; Sun, 15 Dec 2024 11:41:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1734262871; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=L/jvp5MMOW1ncxH4YOu75Nik1JdOsUR+Sfz9SMj6EAw=; b=6c8wGd9nrxsRRqZQqXe7PthIZsimBjE6KbG26yf1LiMqu7EU94me8JbikFBxXEXOp2Wi+J NgzSAv85PPgA3uAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1734262871; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=L/jvp5MMOW1ncxH4YOu75Nik1JdOsUR+Sfz9SMj6EAw=; b=ayPgslRK7qn+fCt8Fu//jJW9k6O1pv98mDvBMOHtis9iTO02gkOZpOu+DNzted9fPQb4DY n1jSrtu33WWKkU7iAMYDyvKljYt+HidaxlfLp827WrIBJaPSzk6ArUJs4xphQsEsj7jZ20 C6IKr6Pax3qB2HoHxlbshRRk74d1QrfnIDdOYP8GhUQXLnRBnHE9BsnOML4IMgR7l6JcBB QPen2nYM7Mvi3yR7lk2r8EBungbbW+EFCUuXgeLY8FeDA9Zn4D75q8Y7U/ElLudkBbSBwD HoLNdf1wjT7uwOS7ThIREFUSo80jA7VT/kDn2QraKy56nddUI/ZsGip/tEowKA== From: Adolf Belka To: development@lists.ipfire.org Subject: [DEV PATCH] createfiles: Update status log filename Date: Sun, 15 Dec 2024 12:40:16 +0100 Message-ID: <20241215114016.6773-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: TSQMMAYIPMGFMIULHKZTKC2YH24RBCWV X-Message-ID-Hash: TSQMMAYIPMGFMIULHKZTKC2YH24RBCWV X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - status log filename updated to openvpn-rw.log otherwise it was root:root with 600 and this prevented the status of client connections being shown Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- src/initscripts/sysconfig/createfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/sysconfig/createfiles b/src/initscripts/sysconfig/createfiles index cf7d6e146..2545c9586 100644 --- a/src/initscripts/sysconfig/createfiles +++ b/src/initscripts/sysconfig/createfiles @@ -25,7 +25,7 @@ # and are the major and minor numbers used for the device. ######################################################################## -/var/run/ovpnserver.log file 644 nobody nobody +/var/run/openvpn-rw.log file 644 nobody nobody /var/run/openvpn dir 644 nobody nobody # End /etc/sysconfig/createfiles