From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11106 invoked from network); 22 Jan 2021 16:13:33 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 22 Jan 2021 16:13:33 -0000 Received: from 5ess.inri.net ([107.191.111.177]) by 1ess; Fri Jan 22 10:48:38 -0500 2021 Received: from [127.0.0.1] ([104.59.85.219]) by 5ess; Fri Jan 22 10:48:37 -0500 2021 Date: Fri, 22 Jan 2021 10:48:33 -0500 From: Stanley Lieber To: 9front@9front.org In-Reply-To: <711bec9a-10ff-485b-a3f6-1f8ece8e9344@sirjofri.de> References: <711bec9a-10ff-485b-a3f6-1f8ece8e9344@sirjofri.de> Message-ID: <51CA2B17-9324-4D5E-957D-7BFB7FDF7892@stanleylieber.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: element-scale property AJAX over HTTP firewall API Subject: [9front] =?US-ASCII?Q?Re=3A_=5B9front=5D_fqa_7=2E3=2E3=2E1_-_Stop_cwfs_from_allo?= =?US-ASCII?Q?wing_user_none_to_attach_without_authentication?= Reply-To: 9front@9front.org Precedence: bulk On January 22, 2021 1:27:48 AM EST, sirjofri wrote: >Hello sl, > >22=2E01=2E2021 03:39:18 sl@stanleylieber=2Ecom: >> echo nonone >>/srv/cwfs=2Ecmd > >Is there some good reason why/when I should do this? How does none=20 >authenticate? > >Does this just disable all anonymous access to the fileserver, like web= =20 >servers? > >sirjofri > my understanding is when you enable cwfs network listener user none is all= owed to attach over the network by default, no authentication required=2E t= his means they can read any world readable file on the system=2E as far as i can tell nonone is undocumented, but it's in the source=2E you= 'd want to use nonone at boot time (in cpurc, for example)=2E i had this in my own cpurc on my ancient cwfs system, iirc it was cinap wh= o told me to do it=2E somehow i failed to add this to the fqa until now=2E sl