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 X-Spam-Level: X-Spam-Status: No, score=-5.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1FE35C433E6 for ; Thu, 28 Jan 2021 17:05:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DA82C64DE5 for ; Thu, 28 Jan 2021 17:05:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232620AbhA1RFQ (ORCPT ); Thu, 28 Jan 2021 12:05:16 -0500 Received: from smtp.sws.net.au ([46.4.88.250]:55808 "EHLO smtp.sws.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232824AbhA1RAn (ORCPT ); Thu, 28 Jan 2021 12:00:43 -0500 Received: from liv.coker.com.au (unknown [103.75.204.226]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: russell@coker.com.au) by smtp.sws.net.au (Postfix) with ESMTPSA id F0BD8F34B; Fri, 29 Jan 2021 03:59:57 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=coker.com.au; s=2008; t=1611853198; bh=ck+dyELViq7tRXke1r26sl47DQOqfhQmuew1y0XIuW0=; l=383; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=D/J1oiWbZoyUvjz2M+atFGTXrhwVf4ksEM23ITe6iW6lAZSbUKqEyyEoy5Ew2m+xm uGr/zwLXO3OGdxJ7boUEiCcjhtRxczttCql4J+dqk0WPauSUzXUUQr5ZOUnlVrZVRP P2rxG1ZD1nslCbWkM4qRJwGyPmjxcel7vtHYAIUs= From: Russell Coker To: Chris PeBenito Cc: selinux-refpolicy@vger.kernel.org Subject: Re: [PATCH] misc services patches with changes Dominick and Chris wanted Date: Fri, 29 Jan 2021 03:59:54 +1100 Message-ID: <52002745.AJC1fLXpGU@liv> In-Reply-To: <80d12d35-93b2-9227-eb4e-de0e2942654c@ieee.org> References: <80d12d35-93b2-9227-eb4e-de0e2942654c@ieee.org> 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 Friday, 29 January 2021 3:56:47 AM AEDT Chris PeBenito wrote: > > +/var/log/php7..-fpm.log -- gen_context(system_u:object_r:httpd_log_t, > > s0) > selint flagged this. Is ".." intended to be 2 "." metacharacters? It's intended to match 7.3 7.4 etc. So I guess 7\.. is more precise. -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/