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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1501 invoked from network); 19 Jan 2021 23:33:37 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 19 Jan 2021 23:33:37 -0000 Received: from mail-yb1-f176.google.com ([209.85.219.176]) by 1ess; Tue Jan 19 18:05:16 -0500 2021 Received: by mail-yb1-f176.google.com with SMTP id f6so17609609ybq.13 for <9front@9front.org>; Tue, 19 Jan 2021 15:05:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Tg2Y7sbZdQMI7Eb/BlTXixc1Y+Bvd4S7QSeYLypDnAo=; b=mYI3jUidVlY2JUvQKo0/MvwyiTHGAxXoSGRSLPchbaYtAwhy9OvZH/32UikrvX8Det Y3qaFmcksJE8Y4wIrde93vwnzudG6Wa8OULhqWeZ18aPvo/3tnehNMG0D0KJZAq7paSZ upWpKuXiIGR7Fd2ul1emeqAKIVS8SYeghZ2v5g5an+r91w79zf7dde5LfeozJoARTx65 WlySu39eJYP5Tz+RiyzswLAjB65V7kEyrAfPDpuEE3SZ8NqwfazYVRlo2bLp4vZ4kW1b l4vpgQ7P9vXto2E3fFGyhzAqqS6FI1LHSGgB9utO1q1lh3NfVElrjMiq6Qh6SISMY4Hv WOEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Tg2Y7sbZdQMI7Eb/BlTXixc1Y+Bvd4S7QSeYLypDnAo=; b=UWnP8AqUwy7Lhq7zruFpkY72eJNKSgWEc43MUW5suMrOidENZAn+t796xNyTW3JfVU 7xRuL151AV4e+PmladZflgqN4RIScvA2irCwRvqhCdMwyB1oZtTmZzLqPx5JjzjSle37 Rcl/gF46CVexeeRH/SUtq0/eumYwmJQi3bjNa34kG1bjtWViT5A9/D0PxHU1N5/5L7bj LFj0t3lSsSHsFfpjt64nOG/YGsyJXmO9ddFAXKhgu09CB/jA1V7uDbilH9qqCNuzC10x I9FSG2f+vUTKVA1ypMVJqz5VSn3ctQsWorYpk8AWA44LrJ631S8gooFcxwLfOzDaskG5 fptw== X-Gm-Message-State: AOAM532KjqRDZZg014I1VE3HVpxaLoeQM19MrfbQd598Fwfd7PTibpQD uvntIqndrjdmPL/kBtjf+xchZQ1btRZwz3G+xzGAf6Cq X-Google-Smtp-Source: ABdhPJybEGbCgkjaFoF338n7BKZPQLz4PhXoHbpIMfEJ/HGap/ZurqLh4fUtu3aTWQSQhZwQ0bdDHoeS8fTwpysoEfs= X-Received: by 2002:a05:6902:20a:: with SMTP id j10mr9215798ybs.293.1611097507721; Tue, 19 Jan 2021 15:05:07 -0800 (PST) MIME-Version: 1.0 References: <2A888CF9-DEBE-4DFF-A68D-0EE4086EA8A5@stanleylieber.com> <5AEC3297-201A-46C2-9B80-F5471F80EF26@stanleylieber.com> In-Reply-To: From: Silas McCroskey Date: Tue, 19 Jan 2021 15:04:56 -0800 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: stateless immutable API information software Subject: Re: [9front] user none: cwfs vs hjfs Reply-To: 9front@9front.org Precedence: bulk On Tue, Jan 19, 2021 at 2:05 PM hiro <23hiro@gmail.com> wrote: > > i was under the impression that cwfs, like hjfs, wrongly allows > access. do notice that the cat in my example succeeds and prints date. > it shouldn't IMO. That behavior is correct. None has read access because the file is world-readable. There's nothing wrong in your example. - sam-d