All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Lawrence <slawrence@tresys.com>
To: Richard Haines <richard_c_haines@btinternet.com>
Cc: James Carter <jwcart2@tycho.nsa.gov>,
	Dominick Grift <dominick.grift@gmail.com>,
	SELinux List <selinux@tycho.nsa.gov>
Subject: Re: Update to CIL
Date: Mon, 21 Oct 2013 10:46:29 -0400	[thread overview]
Message-ID: <52653E45.5020908@tresys.com> (raw)
In-Reply-To: <1382365347.75138.YahooMailNeo@web87902.mail.ir2.yahoo.com>

On 10/21/2013 10:22 AM, Richard Haines wrote:
>
>
>>>   4) Not sure if this is a bug or 'as designed', I tried using
>> "in" in a
>>>       booleanif statement but failed. The "in-boolean.cil" module
>> demos
>>>       this error.
>>>
>>
>> This should not be allowed. The only thing that should be allowed in a
>> booleanif statement are typetransitions, typerules, and avrules.
>>
>>
> Regarding the allowed items - the 'call' statement is also allowed as I'm using it
> already on both versions of the compiler so it seemed strange to exclude the 'in'
> statement.
>

Yes, you're correct, I forgot about the call statement. That is allowed 
in booleanif's, but that is because what basically happens with calls is 
that the contents of the macro are copied into the booleanif. This means 
that any macros called inside of a booleanif must only contain those 
statements I listed above.

However, the 'in' statment works kindof like a preprocessor macro in C, 
only it knows about CIL namespaces. And so the 'in' statement never 
makes it into the binary policy. This means that if we allowed 'in' 
statements in booleanifs and you disabled a boolean at runtime, we 
couldn't undo whatever changes the 'in' statement made, which is not 
likely what the user intended. For this reason, we do not allow the 'in' 
statement in booleanifs.

--
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.

  reply	other threads:[~2013-10-21 14:46 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-18 18:20 Update to CIL James Carter
2013-10-18 20:02 ` Dominick Grift
2013-10-19 13:32   ` Dominick Grift
2013-10-19 18:03     ` Dominick Grift
2013-10-20 14:25       ` Dominick Grift
2013-10-21 13:25     ` Steve Lawrence
2013-10-21 18:56       ` James Carter
2013-10-21 12:35   ` Steve Lawrence
2013-10-19 16:23 ` Richard Haines
2013-10-21 13:36   ` Steve Lawrence
2013-10-21 14:22     ` Richard Haines
2013-10-21 14:46       ` Steve Lawrence [this message]
2013-10-21 15:49     ` Request for a new CIL statement Richard Haines
2013-10-21 19:14   ` Update to CIL James Carter
2013-10-23 13:59 ` Dominick Grift
2013-10-23 14:29   ` James Carter
2013-10-23 15:15 ` Dominick Grift
2013-10-23 15:58   ` James Carter
2013-10-23 17:00     ` James Carter
2013-10-23 17:27       ` Dominick Grift
2013-10-24 20:16 ` Dominick Grift
2013-10-25 17:53 ` Dominick Grift
2013-10-25 18:40   ` James Carter
2013-10-25 18:55     ` Dominick Grift
2013-10-25 18:40 ` Dominick Grift
2013-10-26 11:58 ` Dominick Grift
2013-10-31  9:45 ` Dominick Grift

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=52653E45.5020908@tresys.com \
    --to=slawrence@tresys.com \
    --cc=dominick.grift@gmail.com \
    --cc=jwcart2@tycho.nsa.gov \
    --cc=richard_c_haines@btinternet.com \
    --cc=selinux@tycho.nsa.gov \
    /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.