From: dominick.grift@gmail.com (Dominick Grift)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] [PATCH] These regular expressions were not matched
Date: Mon, 23 Sep 2013 22:22:54 +0200 [thread overview]
Message-ID: <1379967774.5366.20.camel@d30> (raw)
In-Reply-To: <52409109.4080703@tresys.com>
On Mon, 2013-09-23 at 15:05 -0400, Christopher J. PeBenito wrote:
> On 09/21/2013 03:56 AM, Dominick Grift wrote:
> >
> > Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
> > diff --git a/policy/modules/services/xserver.fc b/policy/modules/services/xserver.fc
> > index d1f64a0..bbbbfb0 100644
> > --- a/policy/modules/services/xserver.fc
> > +++ b/policy/modules/services/xserver.fc
> > @@ -56,10 +56,10 @@
> > # /usr
> > #
> >
> > -/usr/(s)?bin/gdm(3)? -- gen_context(system_u:object_r:xdm_exec_t,s0)
> > -/usr/(s)?bin/gdm-binary -- gen_context(system_u:object_r:xdm_exec_t,s0)
> > -/usr/(s)?bin/lxdm(-binary)? -- gen_context(system_u:object_r:xdm_exec_t,s0)
> > -/usr/(s)?bin/[xkw]dm -- gen_context(system_u:object_r:xdm_exec_t,s0)
> > +/usr/bin/gdm(3)? -- gen_context(system_u:object_r:xdm_exec_t,s0)
> > +/usr/bin/gdm-binary -- gen_context(system_u:object_r:xdm_exec_t,s0)
> > +/usr/bin/lxdm(-binary)? -- gen_context(system_u:object_r:xdm_exec_t,s0)
> > +/usr/bin/[xkw]dm -- gen_context(system_u:object_r:xdm_exec_t,s0)
> > /usr/bin/gpe-dm -- gen_context(system_u:object_r:xdm_exec_t,s0)
> > /usr/bin/iceauth -- gen_context(system_u:object_r:iceauth_exec_t,s0)
> > /usr/bin/slim -- gen_context(system_u:object_r:xdm_exec_t,s0)
>
> When you encountered this, did you try just removing the parentheses round the s?, for example:
I have not tried it without parentheses, will do that asap
prev parent reply other threads:[~2013-09-23 20:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-21 7:56 [refpolicy] [PATCH] These regular expressions were not matched Dominick Grift
2013-09-23 19:05 ` Christopher J. PeBenito
2013-09-23 20:22 ` Dominick Grift [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=1379967774.5366.20.camel@d30 \
--to=dominick.grift@gmail.com \
--cc=refpolicy@oss.tresys.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.