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 17631 invoked from network); 20 Jan 2021 01:39:27 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 20 Jan 2021 01:39:27 -0000 Received: from mail-ej1-f53.google.com ([209.85.218.53]) by 1ess; Tue Jan 19 20:12:56 -0500 2021 Received: by mail-ej1-f53.google.com with SMTP id r12so19839602ejb.9 for <9front@9front.org>; Tue, 19 Jan 2021 17:12:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=mfsFGGfidb3YJTxGPRNEv9fmat9n9A7jvpzXmxG+9Vk=; b=ubREhxopD3FtN/aOdgm2TJbvYfnpiBMyQs4rTTGw8U9BFGTx5g8JTSP0qySynRPwuk A2xLwkN+caHEpDGW1fPGpPaoRm6qCTJm2nI4JfEpGNMKT0DDYwTqARVdi73MmZwuxmZ/ EVgt4+dF4XWZeUM8OeZ7zLBzRPjtQ3Mbiznc+axy9uUI/qeYpeuVDi3dlDlPlJLWSWjr MyRHaEyiiIk9MnZXshn62QgPaMA9ZzioGshGtE1Hg0NLNFHH+LKAKeV7uRjZ3WP/TEk7 /TWjelyBsKobBBXP6BjTtqnyot6S3mgW9OnWyl/Yj6qyA8GYXnBUIZnWhicjNO3oZneb QK+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=mfsFGGfidb3YJTxGPRNEv9fmat9n9A7jvpzXmxG+9Vk=; b=V92s4R6t9r1RcE8AC+6fv9e9r6XKXSaKjoN74b+6aybUIQU845DFKm4vSU9ZvRZ+lu mrxaOhZa888gRFCQeSjTW0FI20CaVZCr60IZTxLlgD//uWAXoGZ+k1qdw8eYwpc/VKW0 9tHRsQ3ChKHASv+evFYfvxkGQHUARBBgxWMXev1gv2AyR1APjgMIbiYnHyeQ6Uv3Swrb 8C6YY2BSV6pLacSC3/YixEfmWq6F1t1zKfQ1ncjRKfb+RT9peqXYKns7BBYa1Sxh5yk6 Bm3eFvnFtDX8aYlWeyhxbrY+vfUfUHICwFGDDolLoEzyVdpy2rwdOyfqzbIvLceeypGl WQZg== X-Gm-Message-State: AOAM533wc3kmXOKROhu3P0OnYDS+RhIMVw3WzYrtaWOTiHzM58zeHc5X KzLDoRmMwIdTspy9GTW+ZClUYp1qtN8oCV2BkZsQ6C64JwI= X-Google-Smtp-Source: ABdhPJxkB+0tFiOET5zD2cc4/G9ptE+ukv3XCG5oGiRHWz1FyXZrK68QQMyKCEw/u6Y2o5fizp16HTYrfF8Qn0x5ZAM= X-Received: by 2002:a17:906:144e:: with SMTP id q14mr4530412ejc.150.1611105167191; Tue, 19 Jan 2021 17:12:47 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a17:906:3f91:0:0:0:0 with HTTP; Tue, 19 Jan 2021 17:12:46 -0800 (PST) In-Reply-To: References: <2A888CF9-DEBE-4DFF-A68D-0EE4086EA8A5@stanleylieber.com> <5AEC3297-201A-46C2-9B80-F5471F80EF26@stanleylieber.com> From: hiro <23hiro@gmail.com> Date: Wed, 20 Jan 2021 02:12:46 +0100 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: responsive core-scale storage template replication locator Subject: Re: [9front] user none: cwfs vs hjfs Reply-To: 9front@9front.org Precedence: bulk i can't even do chgrp none file, -- not in group On 1/20/21, Silas McCroskey wrote: > 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 >