From: Paul Moore <paul.moore@hp.com>
To: Joe Nall <joe@nall.com>
Cc: Stephen Smalley <sds@tycho.nsa.gov>,
Venkat Yekkirala <vyekkirala@TrustedCS.com>,
SE Linux <selinux@tycho.nsa.gov>,
eparis@redhat.com, James Morris <jmorris@namei.org>,
Steve Grubb <sgrubb@redhat.com>
Subject: Re: [PATCH v4 1/2] NetLabel: secid reconciliation support
Date: Wed, 04 Oct 2006 18:43:07 -0400 [thread overview]
Message-ID: <452438FB.2090600@hp.com> (raw)
In-Reply-To: <C89A4409-F96D-430D-8DF5-7BEF0F972A4F@nall.com>
Joe Nall wrote:
> On Oct 4, 2006, at 4:12 PM, Steve Grubb wrote:
>
>
>>On Wednesday 04 October 2006 16:52, Paul Moore wrote:
>>
>>>I think we are all in agreement that the current xinetd patch is
>>>broken.
>>> Hopefully Steve Grubb will have fix it soon (I just added him as
>>>a CC).
>>
>>In my opinion, this should be in bugzilla. This is the first I
>>heard of xinetd
>>being broken. LSPP issues that need quick solutions like this can
>>get lost in
>>mail.
>
>
> Using Eric's kernel and rawhide xinetd, I get what I expect from this
> simple test -
>
> [joe@mls user_u:user_r:user_t:SystemLow ~]$ telnet localhost test
> Trying 127.0.0.1...
> Connected to localhost.localdomain (127.0.0.1).
> Escape character is '^]'.
> uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),
> 6(disk),10(wheel) context=user_u:user_r:user_t:SystemLow
> Connection closed by foreign host.
>
> [joe@mls user_u:user_r:user_t:SystemLow ~]$ newrole -l S-S
> ...
> [joe@mls user_u:user_r:user_t:SECRET ~]$ telnet localhost test
> Trying 127.0.0.1...
> Connected to localhost.localdomain (127.0.0.1).
> Escape character is '^]'.
> uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),
> 6(disk),10(wheel) context=user_u:user_r:user_t:SECRET
Handling of loopback is a special case when using the secid patches, the
behavior you are seeing is expected.
> Can anyone provide a simple test that demonstrates how xinetd is broken?
Try telneting into a remote host and note the context that in.telnetd is
running on the remote machine.
--
paul moore
linux security @ hp
--
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:[~2006-10-04 22:43 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-04 19:53 [PATCH v4 1/2] NetLabel: secid reconciliation support Venkat Yekkirala
2006-10-04 19:53 ` Venkat Yekkirala
2006-10-04 20:08 ` Paul Moore
2006-10-04 20:08 ` Paul Moore
2006-10-04 20:27 ` Stephen Smalley
2006-10-04 20:52 ` Paul Moore
2006-10-04 21:12 ` Steve Grubb
2006-10-04 22:03 ` Joe Nall
2006-10-04 22:43 ` Paul Moore [this message]
2006-10-05 12:15 ` xinetd SELinux support (Was: Re: [PATCH v4 1/2] NetLabel: secid reconciliation support) Stephen Smalley
2006-10-04 22:18 ` [PATCH v4 1/2] NetLabel: secid reconciliation support Linda Knippers
2006-10-04 20:12 ` Stephen Smalley
-- strict thread matches above, loose matches on Subject: below --
2006-10-04 19:37 Venkat Yekkirala
2006-10-04 19:37 ` Venkat Yekkirala
2006-10-04 19:52 ` Paul Moore
2006-10-04 19:52 ` Paul Moore
2006-10-04 20:09 ` Stephen Smalley
2006-10-04 20:21 ` Paul Moore
2006-10-04 20:39 ` Stephen Smalley
2006-10-04 20:53 ` Paul Moore
2006-10-04 19:02 Venkat Yekkirala
2006-10-04 19:02 ` Venkat Yekkirala
2006-10-04 19:27 ` Paul Moore
2006-10-04 19:27 ` Paul Moore
2006-10-04 19:45 ` Stephen Smalley
2006-10-04 19:45 ` Stephen Smalley
2006-10-04 17:09 Venkat Yekkirala
2006-10-04 17:09 ` Venkat Yekkirala
2006-10-04 16:59 Venkat Yekkirala
2006-10-04 16:59 ` Venkat Yekkirala
2006-10-04 18:45 ` Paul Moore
2006-10-04 18:45 ` Paul Moore
2006-10-04 15:46 [PATCH 0/2] [PATCH 0/2] Updated NetLabel/secid-reconciliation bits and a bugfix paul.moore
2006-10-04 15:46 ` [PATCH v4 1/2] NetLabel: secid reconciliation support paul.moore
2006-10-04 15:46 ` paul.moore
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=452438FB.2090600@hp.com \
--to=paul.moore@hp.com \
--cc=eparis@redhat.com \
--cc=jmorris@namei.org \
--cc=joe@nall.com \
--cc=sds@tycho.nsa.gov \
--cc=selinux@tycho.nsa.gov \
--cc=sgrubb@redhat.com \
--cc=vyekkirala@TrustedCS.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.