From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 475C3C433F5 for ; Thu, 17 Feb 2022 01:41:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230521AbiBQBll (ORCPT ); Wed, 16 Feb 2022 20:41:41 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:46130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230501AbiBQBll (ORCPT ); Wed, 16 Feb 2022 20:41:41 -0500 Received: from smtp.sws.net.au (smtp.sws.net.au [144.76.241.179]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BEBE811C0A for ; Wed, 16 Feb 2022 17:41:26 -0800 (PST) Received: from liv.coker.com.au (localhost [127.0.0.1]) by smtp.sws.net.au (Postfix) with ESMTP id 73432F0F4; Thu, 17 Feb 2022 12:41:21 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=coker.com.au; s=2008; t=1645062082; bh=ZtHVAIjP20Y8E3NsUIHRn5tiyKWUmWUbsyMFw8ykAYw=; l=611; h=From:To:Subject:Date:In-Reply-To:References:From; b=a6rxGLAxBYubjtIOUpnVTvi8KmMpVmhXK6CqbmIMQ1xmzw3Uk8nKsj6CnSY7KLv5G IO87KtBt2iZN1dHbrwbGsZGThO/XnIjF55WJ1C1aPjS/apT3c5Bekj0wFsSbTdgRtG b0KKw0FeUnkiAdWQxVhr3WJtAP4iVw/OAiGXRMnI= From: Russell Coker To: selinux-refpolicy@vger.kernel.org, Chris PeBenito , Chris PeBenito Subject: Re: [PATCH] puppet patch V2 Date: Thu, 17 Feb 2022 12:41:03 +1100 Message-ID: <3266491.hCnaqv1u2z@liv> In-Reply-To: <03c61997-4190-ed7d-d791-867858d1cb23@linux.microsoft.com> References: <3072740.2nxLzSqVoC@xev> <03c61997-4190-ed7d-d791-867858d1cb23@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: selinux-refpolicy@vger.kernel.org On Thursday, 17 February 2022 02:30:12 AEDT Chris PeBenito wrote: > On 2/16/2022 08:08, Russell Coker wrote: > > On Wednesday, 16 February 2022 22:35:58 AEDT Chris PeBenito wrote: > >> Why are you adding bin_t as an entrypoint here and below? > > > > That's for running a script via the interpreter instead of via a > > #!/usr/bin/ whatever so you can't just label the script file. > > I'm not sure I follow. Are you saying this is for handling things like > "bash -c /some/script" and "python foo.py"? Yes. -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/