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 EF9C5C433F5 for ; Wed, 16 Feb 2022 15:30:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233732AbiBPPa1 (ORCPT ); Wed, 16 Feb 2022 10:30:27 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:37898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232213AbiBPPa1 (ORCPT ); Wed, 16 Feb 2022 10:30:27 -0500 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4ABFF25A94C for ; Wed, 16 Feb 2022 07:30:15 -0800 (PST) Received: from [192.168.254.13] (unknown [72.85.44.115]) by linux.microsoft.com (Postfix) with ESMTPSA id 38E8120B9D33; Wed, 16 Feb 2022 07:30:14 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 38E8120B9D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1645025414; bh=l0KelKKadb7AwujlPy0lWUQgZwYK6lvL/I5AxTY9icU=; h=Date:Subject:To:References:From:In-Reply-To:From; b=bAKZeegkkYqLmjvGhsmkmEYo4cwYmCY/vC5kl9emHiplrWxfeTjTtxD353nYGkKx+ DH318lMuskAlU20HDm0snqWXXAIgYupbBWXaRW5bRzYymn2Q6F65s4o9Og2LsPtuyO F0t9g4oIH3/dw/c/gBnMR1vKWsfOS42sxndM6xPs= Message-ID: <03c61997-4190-ed7d-d791-867858d1cb23@linux.microsoft.com> Date: Wed, 16 Feb 2022 10:30:12 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Subject: Re: [PATCH] puppet patch V2 Content-Language: en-US To: russell@coker.com.au, selinux-refpolicy@vger.kernel.org, Chris PeBenito References: <53ce3b34-2c22-c485-cca4-2cff2ffc942b@ieee.org> <3072740.2nxLzSqVoC@xev> From: Chris PeBenito In-Reply-To: <3072740.2nxLzSqVoC@xev> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: selinux-refpolicy@vger.kernel.org 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"? -- Chris PeBenito