From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B08B4E00BBA; Wed, 28 May 2014 20:19:06 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=RDNS_NONE autolearn=no version=3.3.1 X-Spam-HAM-Report: * 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-Greylist: delayed 1143 seconds by postgrey-1.32 at yocto-www; Wed, 28 May 2014 20:18:56 PDT Received: from smtp.webfaction.com (unknown [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 24AFBE00B6F for ; Wed, 28 May 2014 20:18:56 -0700 (PDT) Received: from [192.168.1.10] (c-68-38-40-177.hsd1.nj.comcast.net [68.38.40.177]) by smtp.webfaction.com (Postfix) with ESMTP id 6D5EE207D19D; Thu, 29 May 2014 02:59:52 +0000 (UTC) Message-ID: <5386A2A6.3040003@mindchasers.com> Date: Wed, 28 May 2014 22:59:50 -0400 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: "Wymore, Farrell" , "DAMIAN, ALEXANDRU" , "Reyna, David" , "toaster@yoctoproject.org" References: <09A9B72E8E1E64419C95E3946F8A6709013A6401@ALA-MBA.corp.ad.wrs.com> In-Reply-To: <09A9B72E8E1E64419C95E3946F8A6709013A6401@ALA-MBA.corp.ad.wrs.com> Subject: Re: Django user system and permissions X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 03:19:06 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit On 05/28/2014 04:35 PM, Wymore, Farrell wrote: > I’ve attached a (short) working paper. This is fairly high level but > outlines the main ideas and > > implementation plan. Everywhere the documents indicates a ‘build’, > substitute ‘project’. Please > > let me know what you think. Thanks. > Hi Farrell, I have a few questions about your document & Toaster in general: Will the Toaster permissions correspond in any way to the actual build folders, or is this just permissions to access specific web pages and links (e.g., start build)? A related question: Is the idea that a toaster user will never grab a shell? If a user has basic permissions, can a user create a new image recipe, work directory, and bbappend files to create their own customized image? If so, will the permission model also support the amount of storage available to the user? You’ll probably want to prevent a user from creating an infinite number of new projects until the disks are exhausted. Why is the Django admin application not supported in Toaster? I just started using Toaster (but am a long time user of Django). For local server use, I'll want to patch in the admin app. Lastly, Upon initial review & use, Toaster seems awesome! Thank you, Bob Cochran