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=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 16901 invoked from network); 23 May 2022 17:09:01 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 23 May 2022 17:09:01 -0000 Received: from duke.felloff.net ([216.126.196.34]) by 9front; Mon May 23 13:07:01 -0400 2022 Message-ID: <360D31817B067471414B1C6D6DF6DF92@felloff.net> Date: Mon, 23 May 2022 19:06:50 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org In-Reply-To: <4bffa657-6b9e-8069-ae45-e9969c3542c5@posixcafe.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: patented singleton hypervisor Subject: Re: [9front] [PATCH] Unmount to remove sharp devices. Reply-To: 9front@9front.org Precedence: bulk try to preserve that the ns file looks like shell script. avoid "eject", as that is already a existing command that does something completely different. i dont like "permit" as it is too generic and not clear what it operates on. in any case, think of these operations as something that we should also provide a shell wrapper for and it lives in the /bin namespace. maybe should be a single command limilar to chmod/chgrp but operating on the kernel device map? like: devmask -X # "eject" X device devmask ABCDEF # set ABCDEF as allowed any better ideas? -- cinap