selinux-refpolicy.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chris PeBenito <pebenito@ieee.org>
To: Petr Vorel <pvorel@suse.cz>, selinux-refpolicy@vger.kernel.org
Cc: Dan Walsh <dwalsh@redhat.com>
Subject: Re: [PATCH v3 1/2] dnsmasq: Require log files to have .log suffix
Date: Sat, 17 Nov 2018 18:50:30 -0500	[thread overview]
Message-ID: <23f142fd-06a6-4b4f-c9e8-ca71f8407d27@ieee.org> (raw)
In-Reply-To: <20181112084731.27185-1-pvorel@suse.cz>

On 11/12/18 3:47 AM, Petr Vorel wrote:
> + allow log rotate as well.
> 
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> Changes v1->v2
> * support log rotate patterns (requested by Chris PeBenito)
> 
> Changes v2->v3:
> * update to current master
> ---
>   policy/modules/services/dnsmasq.fc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/policy/modules/services/dnsmasq.fc b/policy/modules/services/dnsmasq.fc
> index a6d7f115..91c18d46 100644
> --- a/policy/modules/services/dnsmasq.fc
> +++ b/policy/modules/services/dnsmasq.fc
> @@ -16,4 +16,4 @@
>   /var/lib/misc/dnsmasq\.leases	--	gen_context(system_u:object_r:dnsmasq_lease_t,s0)
>   /var/lib/dnsmasq(/.*)?			gen_context(system_u:object_r:dnsmasq_lease_t,s0)
>   
> -/var/log/dnsmasq.*		--	gen_context(system_u:object_r:dnsmasq_var_log_t,s0)
> +/var/log/dnsmasq(.*)?\.log(\..+)	--	gen_context(system_u:object_r:dnsmasq_var_log_t,s0)

Merged.

-- 
Chris PeBenito

      parent reply	other threads:[~2018-11-17 23:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-12  8:47 [PATCH v3 1/2] dnsmasq: Require log files to have .log suffix Petr Vorel
2018-11-12  8:47 ` [PATCH v3 2/2] dnsmasq: Add support for lxc-net, lxd-bridge, NetworkManager Petr Vorel
2018-11-16 15:12   ` Chris PeBenito
2018-11-17  6:13     ` Petr Vorel
2018-11-17 23:50 ` Chris PeBenito [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=23f142fd-06a6-4b4f-c9e8-ca71f8407d27@ieee.org \
    --to=pebenito@ieee.org \
    --cc=dwalsh@redhat.com \
    --cc=pvorel@suse.cz \
    --cc=selinux-refpolicy@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).