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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 10834 invoked from network); 1 Jun 2022 17:31:07 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 1 Jun 2022 17:31:07 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Wed Jun 1 13:29:25 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1654104561; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=KLlBKlEu1iShSRXuh9clktwPHL8JBxkN2+9+BOzoiaE=; b=ocijkG0SWYoR6vx73vFAippa/7FCEGtJSe4H0J3UcLwJNQSwZJc50mhOV5ds9xwbe4+JP0 94i3sI215K1NKwBuPtC+8BUhGFUj0QFWOxLralJsBfgTlKz3fSN9WBP7FfvTmO7kbZtqEU fqi1Ua2LDoaW9EX5E1B7AFvaY0s9uX0= Received: from [192.168.168.200] (161-97-228-135.lpcnextlight.net [161.97.228.135]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 04fe2c36 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Wed, 1 Jun 2022 12:29:21 -0500 (CDT) Message-ID: <731daab7-296e-0afb-92ca-fa09da9ce410@posixcafe.org> Date: Wed, 1 Jun 2022 11:28:55 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Content-Language: en-US To: 9front@9front.org From: Jacob Moody Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: progressive GPU-oriented descriptor table scripting event Subject: [9front] [PATCH] remove misleading BUGS from auth(8) Reply-To: 9front@9front.org Precedence: bulk I believe this "bug" is no longer accurate, seems like you can change userid to none even on a terminal. I also would expect a terminal to permit changing to any userid that is present in the hostowner factotum, but wanted to double check in case I am missing something. Thanks, moody --- --- a//sys/man/8/auth +++ b//sys/man/8/auth @@ -299,5 +299,3 @@ .IR authsrv (2), .IR keyfs (4), .IR securenet (8) -.SH BUGS -Only CPU kernels permit changing userid.