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,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24584 invoked from network); 10 May 2022 20:01:17 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 10 May 2022 20:01:17 -0000 Received: from mail-io1-f49.google.com ([209.85.166.49]) by 9front; Tue May 10 15:59:36 -0400 2022 Received: by mail-io1-f49.google.com with SMTP id a10so2229829ioe.9 for <9front@9front.org>; Tue, 10 May 2022 12:59:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:subject:user-agent:in-reply-to:references:message-id :mime-version:content-transfer-encoding; bh=b2qDohDHbAtZzJULsOs22zuuik4hWJIHFg4toqlIpQQ=; b=Zfgj7Cn/aECm+SwN1658f6NUVIaZepi4syYdKAeb474zL8TnqwnThGfH8DFQP7zxIK 7kWwcJMbfOAuOs7zQ2CM2SSs89YOMMBW2N+WI56jrB3D0kgJ6vCTdRWop+0phZ6h0lfJ c7Im1okrygimKRLS5aAOS9rrMShlmvMnrttHEaT8LYcYfWZIBtzvSJPiZcMmSM8pVAhn lp/srO8tavlXMtFz5WEHnBvs1ivzo1e4wR6C79ZJbeCWHV/vyHf9b+3iaR3IMOoJFzS0 xf3EPRYVWD3CrNehMIcvLeaU8wGG721RJxafZO2zWBaDLJe0imVG3CnTos3z0NEc2+sU R8+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:user-agent:in-reply-to :references:message-id:mime-version:content-transfer-encoding; bh=b2qDohDHbAtZzJULsOs22zuuik4hWJIHFg4toqlIpQQ=; b=gkunUfKpI4tSNf15TEixqrF4Uk/nrVP4XiKJGL7zT2pioWEaOo7kbBh7PKK7sHVihe egBK1gPhBFZ+LqzGRsmiG1MTeNOaNuC5fCTyrDheLnSRBelHFNEF5D4QsdjK6v7w9Tt9 ndXgtVuffeyuTS1aCgnGKjOp4WOTTYsl2Ne7XwRJLKTrQSjWVjOdsP2pcn9rQkteOnv6 IvwmmgRo/4Oma4QHUxwHf5gH4r6oVMUY9u6tVdnlkJW5hN7npS2tdRX0U3BHP2U3ZPqc TbVHVGzUvkc622txIOFQOv4Y3xrulrEUyG393ztbfrXEdGCb6RGwUmx1mHF4cC+3yor/ B+fg== X-Gm-Message-State: AOAM533WJj0/rK+quaT+N9NzSa8F0i/RciNXQzSvXk5f6t1kR3l2axKc tP+/q5wbpQSQ1JEEdwCQGNGRpR8FAMA= X-Google-Smtp-Source: ABdhPJwCPYGltXA1vQiGAMv2q0ECuCc0mt3gX82OCzCiT8foKTLFvA43VEkmQFD+aQ9caLUVKWUYMA== X-Received: by 2002:a5d:89d6:0:b0:657:cc60:6669 with SMTP id a22-20020a5d89d6000000b00657cc606669mr9655730iot.110.1652212771715; Tue, 10 May 2022 12:59:31 -0700 (PDT) Return-Path: Received: from ?IPv6:::1? ([2600:1008:b15f:9b11:7d7a:75ba:22fe:67ee]) by smtp.gmail.com with ESMTPSA id s15-20020a92cc0f000000b002cfa97470c1sm87028ilp.21.2022.05.10.12.59.30 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 May 2022 12:59:31 -0700 (PDT) Date: Tue, 10 May 2022 14:59:26 -0500 From: Amavect To: 9front@9front.org User-Agent: K-9 Mail for Android In-Reply-To: References: <77567FF86B34A592067F8FA1ADD7F3C6@eigenstate.org> Message-ID: <89328B14-29CE-4D30-AFAD-672900E2699D@gmail.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: scale-out extended callback self-signing rails engine controller Subject: Re: [9front] [PATCH] kernel: disallow executing from #| or #d Reply-To: 9front@9front.org Precedence: bulk I agree with ori=2E It should be consistent=2E Now, what's weird to me is why it can execute the pipe without the x bit s= et=2E I can still do this as user none=2E ACE is fun=2E Also, trying to cp /bin/ls into data fails to execute properly=2E Thanks, Amavect