From: Daniel J Walsh <dwalsh@redhat.com>
To: Steve Lawrence <slawrence@tresys.com>
Cc: eparis@redhat.com, selinux@tycho.nsa.gov
Subject: Re: [PATCH 01/63] checkpolicy: the " is not part of the filename for
Date: Wed, 02 Nov 2011 09:57:26 -0400 [thread overview]
Message-ID: <4EB14C46.4030206@redhat.com> (raw)
In-Reply-To: <4EB136C3.9030205@tresys.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11/02/2011 08:25 AM, Steve Lawrence wrote:
> On 11/01/2011 03:25 PM, Daniel J Walsh wrote:
>>
>> OpenPGP: *Attachments to this message have not been signed or
>> encrypted*
>>
>> ********* *BEGIN ENCRYPTED or SIGNED PART* *********
>>
>>
>> This patch looks good to me. acked.
>>
>>
>> ********** *END ENCRYPTED or SIGNED PART* **********
>>
>> 0001-checkpolicy-the-is-not-part-of-the-filename-for-tran.patchFrom
>> c3ba40d2e17186d702a6ea2b83e185603dafa06f Mon Sep 17 00:00:00
>> 2001 From: Dan Walsh <dwalsh@redhat.com> Date: Tue, 20 Sep 2011
>> 09:52:57 -0400 Subject: [PATCH 01/63] checkpolicy: the " is not
>> part of the filename for trans rules
>>
>> Policy decided that all filenames needed to be wrapped in " in
>> the filename trans rules. But we weren't doing anything with
>> those in the language syntax and instead just passed the " to the
>> kernel as if the filename in question were actually \"file\".
>> Add the " to the policy grammer.
>>
>> Signed-off-by: Eric Paris <eparis@redhat.com> ---
>> checkpolicy/policy_parse.y | 4 ++-- checkpolicy/policy_scan.l
>> | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/checkpolicy/policy_parse.y
>> b/checkpolicy/policy_parse.y index 49ac15f..1e3ef6f 100644 ---
>> a/checkpolicy/policy_parse.y +++ b/checkpolicy/policy_parse.y @@
>> -353,7 +353,7 @@ cond_rule_def : cond_transition_def |
>> require_block { $$ = NULL; } ; -cond_transition_def :
>> TYPE_TRANSITION names names ':' names identifier filename ';'
>> +cond_transition_def : TYPE_TRANSITION names names ':' names
>> identifier '\"' filename '\"' ';' { $$ =
>> define_cond_filename_trans() ; if ($$ == COND_ERR) return -1;} |
>> TYPE_TRANSITION names names ':' names identifier ';' @@ -391,7
>> +391,7 @@ cond_dontaudit_def : DONTAUDIT names names ':' names
>> names ';' { $$ = define_cond_te_avtab(AVRULE_DONTAUDIT); if ($$
>> == COND_ERR) return -1; } ; -transition_def : TYPE_TRANSITION
>> names names ':' names identifier filename ';' +transition_def :
>> TYPE_TRANSITION names names ':' names identifier '\"' filename
>> '\"' ';' {if (define_filename_trans()) return -1; } |
>> TYPE_TRANSITION names names ':' names identifier ';' {if
>> (define_compute_type(AVRULE_TRANSITION)) return -1;} diff --git
>> a/checkpolicy/policy_scan.l b/checkpolicy/policy_scan.l index
>> a61e0db..2ba5971 100644 --- a/checkpolicy/policy_scan.l +++
>> b/checkpolicy/policy_scan.l @@ -227,7 +227,6 @@ PERMISSIVE {
>> return(PERMISSIVE); } {digit}{1,3}(\.{digit}{1,3}){3} {
>> return(IPV4_ADDR); }
>> {hexval}{0,4}":"{hexval}{0,4}":"({hexval}|[:.])* {
>> return(IPV6_ADDR); } {digit}+(\.({alnum}|[_.])*)? {
>> return(VERSION_IDENTIFIER); } -\"({alnum}|[_\.\-])+\" {
>> return(FILENAME); } {alnum}* {
>> return(FILENAME); } \.({alnum}|[_\.\-])* {
>> return(FILENAME); } {letter}+([-_\.]|{alnum})+ {
>> return(FILENAME); } @@ -253,6 +252,7 @@ PERMISSIVE {
>> return(PERMISSIVE); } "-" | "." | "]" | +"\"" | "~" | "*" {
>> return(yytext[0]); } . {
>> yywarn("unrecognized character");} -- 1.7.7
>
>
> I believe this shouldn't be necessary, and it looks like that's
> because a patch was committed that shouldn't have been.
>
>
> This was the original filename commit:
>
> commit d4c230386653db49d8e8116b603efcce4423df70 Author: Daniel J
> Walsh <dwalsh@redhat.com> Date: Fri Apr 29 15:29:48 2011 -0400
>
> checkpolicy: use a better identifier for filenames
>
> That commit was reverted and changed to require a quote around
> filenames (which did the quote stripping) in this commit:
>
> commit b42e15ffd5163effe3b2cb910685a5956a00defc Author: Steve
> Lawrence <slawrence@tresys.com> Date: Mon May 16 08:40:00 2011
> -0400
>
> checkpolicy: wrap file names in filename trans with quotes
>
> Then, recnetly, this patch was committed, which looks to be the
> same as the commit that was reverted:
>
> commit d72a9ec825ef2a8723510f62292cf2adfd4a2a6c Author: Dan Walsh
> <dwalsh@redhat.com> Date: Tue Apr 12 09:54:46 2011 -0400
>
> checkpolicy: Redo filename/filesystem syntax to support filename
> trans rules
>
> The comment for that commit said:
>
> In order to support filenames, which might start with "." or
> filesystems that start with a number we need to rework the
> matching rules a little bit. Since the new filename rule is so
> permissive it must be moved to the bottom of the matching list to
> not cover other definitions.
>
> Both of those cases should have been supported by the "wrap in
> quotes" commit.
>
> Was this just a mistake of something getting committed that
> shouldn't have been? Should
> d72a9ec825ef2a8723510f62292cf2adfd4a2a6c be reverted?
>
> - Steve
>
> -- This message was distributed to subscribers of the selinux
> mailing list. If you no longer wish to subscribe, send mail to
> majordomo@tycho.nsa.gov with the words "unsubscribe selinux"
> without quotes as the message.
>
>
My mistake, It always helps when others review these patches.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk6xTEYACgkQrlYvE4MpobOO4wCfTcB917z6o8O8n6Wzn+MsGySU
Y9wAn2QqBVJszAvcLnQMLdZXykWCWQH3
=ao2d
-----END PGP SIGNATURE-----
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
next prev parent reply other threads:[~2011-11-02 13:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-01 19:25 [PATCH 01/63] checkpolicy: the " is not part of the filename for Daniel J Walsh
2011-11-02 12:25 ` Steve Lawrence
2011-11-02 13:57 ` Daniel J Walsh [this message]
2011-11-02 15:20 ` Eric Paris
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=4EB14C46.4030206@redhat.com \
--to=dwalsh@redhat.com \
--cc=eparis@redhat.com \
--cc=selinux@tycho.nsa.gov \
--cc=slawrence@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.