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=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14243 invoked from network); 25 Feb 2021 03:38:55 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 25 Feb 2021 03:38:55 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 73BF29C877; Thu, 25 Feb 2021 13:38:50 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id CF0859C6D0; Thu, 25 Feb 2021 13:38:19 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 52C309C6CE; Thu, 25 Feb 2021 13:38:16 +1000 (AEST) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by minnie.tuhs.org (Postfix) with ESMTPS id 61E469BA4D for ; Thu, 25 Feb 2021 13:38:15 +1000 (AEST) Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 11P3cDsK000908 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 24 Feb 2021 22:38:13 -0500 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 11D3415C342C; Wed, 24 Feb 2021 22:38:13 -0500 (EST) Date: Wed, 24 Feb 2021 22:38:13 -0500 From: "Theodore Ts'o" To: Grant Taylor Message-ID: References: <78fede43-bf9b-5a56-5e59-e6ee5a0ee23d@spamtrap.tnetconsulting.net> <3d2d7b46-41e8-92d7-3a7b-d0f3006bc761@spamtrap.tnetconsulting.net> <3e41de9a-aaa3-0501-12e4-a99b589192f4@spamtrap.tnetconsulting.net> <72c21fbb-7477-9b42-741b-88da1ae8919f@spamtrap.tnetconsulting.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <72c21fbb-7477-9b42-741b-88da1ae8919f@spamtrap.tnetconsulting.net> Subject: Re: [TUHS] /usr separation X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@minnie.tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Wed, Feb 24, 2021 at 11:48:28AM -0700, Grant Taylor via TUHS wrote: > I've not looked at Chrome OS or how it does things because of my dislike for > actually /using/ it. However, it sounds like it's worth popping the hood > and looking at things. If you don't like using Chromebooks, the same scheme is used for Google's Container Optimized OS (intended for use in cloud VM's running docker images): Container-Optimized OS is an operating system image for your Compute Engine VMs that is optimized for running Docker containers. With Container-Optimized OS, you can bring up your Docker containers on Google Cloud Platform quickly, efficiently, and securely. Container-Optimized OS is maintained by Google and is based on the open source Chromium OS project. https://cloud.google.com/container-optimized-os/docs Cheers, - Ted