From: Venkat Yekkirala <vyekkirala@TrustedCS.com>
To: selinux@tycho.nsa.gov
Cc: cpebenito@tresys.com, sds@tycho.nsa.gov
Subject: [PATCH] labeled-ipsec-policy: Cleanup
Date: Fri, 10 Nov 2006 16:36:21 -0600 [thread overview]
Message-ID: <4554FEE5.9060200@trustedcs.com> (raw)
This modifies the mls constraint for polmatch in the association class.
Specifically:
- polmatch need no longer make an exception for unlabeled_t
since a flow will now always match SPD rules with no contexts (per
the IPSec leak fix patch upstreamed a few weeks back), as
opposed to needing polmatch access to unlabeled_t.
Signed-off-by: Venkat Yekkirala <vyekkirala@TrustedCS.com>
---
--- serefpolicy-2.3.18.vanilla/policy/mls 2006-11-10 14:27:52.000000000 -0600
+++ serefpolicy-2.3.18/policy/mls 2006-11-10 14:29:43.000000000 -0600
@@ -614,7 +614,6 @@ mlsconstrain association { sendto }
( t2 == unlabeled_t ));
mlsconstrain association { polmatch }
- ((( l1 dom l2 ) and ( h1 domby h2 )) or
- ( t2 == unlabeled_t ));
+ (( l1 dom l2 ) and ( h1 domby h2 ));
') dnl end enable_mls
--
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 reply other threads:[~2006-11-10 22:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-10 22:36 Venkat Yekkirala [this message]
2006-11-16 13:35 ` [PATCH] labeled-ipsec-policy: Cleanup 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=4554FEE5.9060200@trustedcs.com \
--to=vyekkirala@trustedcs.com \
--cc=cpebenito@tresys.com \
--cc=sds@tycho.nsa.gov \
--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.