From: cpebenito@tresys.com (Christopher J. PeBenito)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] [RFC] Removal of unlabeled_t packet rules
Date: Mon, 6 May 2013 08:24:37 -0400 [thread overview]
Message-ID: <5187A105.80106@tresys.com> (raw)
In-Reply-To: <20130503180806.GB22935@siphos.be>
On 05/03/13 14:08, Sven Vermeulen wrote:
> On Fri, May 03, 2013 at 09:23:53AM -0400, Christopher J. PeBenito wrote:
>> Back when the SECMARK implementation was new, the packet class was always checked. Because of that, unlabeled_t packet rules proliferated refpolicy since the common case was to have no SECMARK rules. Since then, the kernel has been modified to only enforce the packet class if there are SECMARK rules. I believe the unlabeled_t packet rules should be removed, since users of SECMARK will likely want no unlabeled_t packet rules, and the common case users will have no impact since the packet class isn't enforced on their systems.
>
> Does that mean that, once an admin marks a particular rule with a security
> context (even if it is just a single rule) that the administrator has to
> (1.) explicitly mark all network traffic, and (2.) grant all network facing
> domains access to that marked traffic?
Yes. But you can just as easily do this:
allow { domain -type_i_want_to_constrain_t } unlabeled_t:packet { send recv };
if you only want one domain to be constrained by SECMARK. This would be equivalent to no SECMARK rules for everything else. It seems like over-allowing, but if you have no SECMARK rules, it's the equivalent of:
allow * unlabeled_t:packet { send recv };
--
Chris PeBenito
Tresys Technology, LLC
www.tresys.com | oss.tresys.com
next prev parent reply other threads:[~2013-05-06 12:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-03 13:23 [refpolicy] [RFC] Removal of unlabeled_t packet rules Christopher J. PeBenito
2013-05-03 18:08 ` Sven Vermeulen
2013-05-06 12:24 ` Christopher J. PeBenito [this message]
2013-05-14 14:56 ` Christopher J. PeBenito
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=5187A105.80106@tresys.com \
--to=cpebenito@tresys.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.