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=-2.0 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1559 invoked from network); 2 Jun 2022 16:55:23 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 2 Jun 2022 16:55:23 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Thu Jun 2 12:53:41 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1654188817; 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: in-reply-to:in-reply-to:references:references; bh=yI3LycWM4IXDujGSfei2/Y9RYPJ4n5mE58eRi4xI87E=; b=bbxwndvVT+5qDyvEhUiOkpY4/PuKofu/OG4Ms+zybu1WHRG5aK9L5OEN7DXJUIitBz0XBo bAYEm2KlUYS2hhIrb0WUG9sxSV3dhY1g87b3Ynt61WbRaIUT3YmXwfDZHwPU29NEL65B7+ 7uuTg+PV+MFMF+qoomxjUJUEQZzMmFs= Received: from [192.168.168.200] (161-97-228-135.lpcnextlight.net [161.97.228.135]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 16452535 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Thu, 2 Jun 2022 11:53:37 -0500 (CDT) Message-ID: <59969514-082b-4373-6134-71026b443362@posixcafe.org> Date: Thu, 2 Jun 2022 10:53:10 -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 References: <731daab7-296e-0afb-92ca-fa09da9ce410@posixcafe.org> From: Jacob Moody In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: secure package blockchain map/reduce browser high-performance proxy Subject: Re: [9front] [PATCH] remove misleading BUGS from auth(8) Reply-To: 9front@9front.org Precedence: bulk On 6/2/22 10:28, mkf9 wrote: > Jacob Moody wrote: >> 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. > > do different $services use different kernels in 9front > or it's a legacy of bell labs? > In 9front its all one kernel with different code paths depending on $service. From my understanding of the code this is mostly to set resource defaults, and different init scripts (/bin/termrc vs /bin/cpurc). If my history serves me correct they did used to actually be different builds. The wording here does give away how old this "bug" is. In any case, this section of the man page only serves to further confuse things. I've committed the change. Thanks, moody