All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christopher J. PeBenito" <pebenito@ieee.org>
To: Howard Holm <hdholm@epoch.ncsc.mil>
Cc: selinux@tycho.nsa.gov
Subject: Re: Updated Release
Date: 11 Jul 2003 18:31:31 -0500	[thread overview]
Message-ID: <1057966291.1514.50.camel@chris.pebenito.net> (raw)
In-Reply-To: <1057952464.5561.322.camel@moss-sooners.epoch.ncsc.mil>

I've been trying out the updated kernel patches, and I'm noticing a some
different behavior with the nfs lockd and rpciod.  With this release,
they're starting up in kernel_t:

 1057    344 system_u:system_r:portmap_t              [portmap]
 1135    346 system_u:system_r:rpcd_t                 [rpc.statd]
 1211    346 system_u:system_r:rpcd_t                 [nfsd]
 1212    346 system_u:system_r:rpcd_t                 [nfsd]
 1213    346 system_u:system_r:rpcd_t                 [nfsd]
 1214    346 system_u:system_r:rpcd_t                 [nfsd]
 1215      1 system_u:system_r:kernel_t               [lockd]
 1216      1 system_u:system_r:kernel_t                \_ [rpciod]
 1217    346 system_u:system_r:rpcd_t                 [nfsd]
 1218    346 system_u:system_r:rpcd_t                 [nfsd]
 1219    346 system_u:system_r:rpcd_t                 [nfsd]
 1220    346 system_u:system_r:rpcd_t                 [nfsd]
 1224    346 system_u:system_r:rpcd_t                 [rpc.mountd]

Its causing a couple denials:

avc:  denied  { recvfrom } for  pid=1216 comm=rpciod saddr=127.0.0.1
source=799 daddr=127.0.0.1 dest=111 netif=lo
scontext=system_u:system_r:portmap_t tcontext=system_u:system_r:kernel_t
tclass=udp_socket
avc:  denied  { recvfrom } for  pid=1215 comm=lockd saddr=127.0.0.1
source=800 daddr=127.0.0.1 dest=890 netif=lo
scontext=system_u:system_r:rpcd_t tcontext=system_u:system_r:kernel_t
tclass=udp_socket
avc:  denied  { recvfrom } for  pid=1135 exe=/sbin/rpc.statd
saddr=127.0.0.1 source=890 daddr=127.0.0.1 dest=800 netif=lo
scontext=system_u:system_r:kernel_t tcontext=system_u:system_r:rpcd_t
tclass=udp_socket
avc:  denied  { write } for  pid=1215 comm=lockd lport=32770
scontext=system_u:system_r:kernel_t tcontext=system_u:system_r:rpcd_t
tclass=udp_socket

However, I immediately restart with the previous release kerenel, w/o
relabelling or any other change, and they start up in rpcd_t:

 1109    342 system_u:system_r:portmap_t              [portmap]
 1182    344 system_u:system_r:rpcd_t                 [rpc.statd]
 1211    344 system_u:system_r:rpcd_t                 [nfsd]
 1212    344 system_u:system_r:rpcd_t                 [nfsd]
 1213    344 system_u:system_r:rpcd_t                 [nfsd]
 1214    344 system_u:system_r:rpcd_t                 [nfsd]
 1215    344 system_u:system_r:rpcd_t                 [nfsd]
 1216    344 system_u:system_r:rpcd_t                 [nfsd]
 1217    344 system_u:system_r:rpcd_t                 [nfsd]
 1218    344 system_u:system_r:rpcd_t                 [nfsd]
 1220    344 system_u:system_r:rpcd_t                 [lockd]
 1221    344 system_u:system_r:rpcd_t                  \_ [rpciod]
 1224    344 system_u:system_r:rpcd_t                 [rpc.mountd]

Is this intended?


On Fri, 2003-07-11 at 14:41, Howard Holm wrote:
> The SELinux web site <http://www.nsa.gov/selinux/> including the mail
> list archive has been updated. The base kernel versions have been
> updated to 2.5.74 and 2.4.21.
-- 
Chris PeBenito
<pebenito@ieee.org>
AIM: PeBenito78
ICQ#: 10434387

"Engineering does not require science. Science helps
a lot, but people built perfectly good brick walls 
long before they knew why cement works."-Alan Cox

--
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:[~2003-07-11 23:31 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-11 19:41 Updated Release Howard Holm
2003-07-11 23:31 ` Christopher J. PeBenito [this message]
2003-07-14 11:59   ` Stephen Smalley
2003-07-30 22:03 ` X-Windows and Client-side Buffer Overruns (was Re: Updated Release) Bill Laut
2003-07-31  2:45   ` Tom
2003-07-31 15:26     ` Russell Coker
2003-07-31 15:38       ` Tom
2003-07-31 16:26       ` Bill Laut
2003-07-31 23:41         ` Russell Coker
2003-08-01 17:20           ` Bill Laut
2003-08-08 20:12             ` X-Windows and Client-side Buffer Overruns Florian Weimer
2003-08-08 20:05           ` Florian Weimer
2003-07-31  2:56 ` Updated Release Bill Laut
2003-07-31 12:20   ` Stephen Smalley
  -- strict thread matches above, loose matches on Subject: below --
2004-06-29 21:16 Howard Holm
2004-05-13 23:10 Howard Holm
2004-05-14 14:26 ` Stephen Smalley
2004-04-08 14:29 Howard Holm
2004-03-12 18:34 Howard Holm
2004-03-16 13:16 ` James Carter
2004-02-23 23:19 Howard Holm
2003-12-05 20:28 Howard Holm
2003-10-02 17:13 Howard Holm
2003-10-03  6:47 ` Andreas Schuldei
2003-10-03 13:45   ` Stephen Smalley
2003-10-04 11:40     ` Andreas Schuldei
2003-10-06 14:20       ` Stephen Smalley
2003-10-06 17:55         ` Tom
2003-10-03 14:19   ` Daniel J Walsh
2003-08-14 11:46 Howard Holm
2003-08-14 16:14 ` Chris PeBenito
2003-08-14 18:21   ` James Carter
2003-04-07 20:46 Howard Holm
2003-04-08 14:11 ` Stephen Smalley
2003-01-16 16:12 Stephen D. Smalley
2003-01-16 15:31 Howard Holm
2002-12-16 14:57 Stephen D. Smalley
2002-12-13 15:41 Howard Holm
2002-10-23 14:16 Howard Holm
2002-10-23 19:57 ` Stephen Smalley
2002-08-24 17:45 Howard Holm
2002-08-26 12:36 ` Stephen Smalley
2002-07-03 19:59 Howard Holm
2002-07-04 11:33 ` Grant Bayley
2002-07-04 13:07   ` Brad Chapman
2002-07-04 13:10     ` Grant Bayley
2002-07-04 15:53       ` Brad Chapman
2002-07-05 12:35         ` Stephen Smalley
2002-07-05 12:30     ` Stephen Smalley
2002-07-05 12:11 ` Stephen Smalley
2002-05-31 21:32 Howard Holm
2002-06-01 10:21 ` Russell Coker
2002-06-03 12:53   ` Stephen Smalley
2002-06-03 22:44     ` Russell Coker
2002-06-03 15:08 ` Stephen Smalley
2002-05-02 20:32 Howard Holm
2002-05-03  4:33 ` Grant Bayley
2002-05-03 14:06 ` Stephen Smalley
     [not found] <72222DC86846D411ABD300A0C9EB08A10152430C@csoc-mail-box.csoconline.com>
2002-03-15 17:03 ` Stephen Smalley
2002-03-14 20:12 Howard Holm
2002-03-15 14:38 ` Stephen Smalley
2002-01-18 22:56 Howard Holm
2002-01-19  0:18 ` Grant Bayley
2001-12-10 20:55 Updated release Howard Holm
2001-12-11  3:27 ` Grant Bayley
2001-11-20 14:10 Howard Holm
2001-11-21  1:30 ` Grant Bayley
2001-10-16 22:03 Howard Holm
2001-10-17 15:05 ` Stephen Smalley
2001-10-18  9:11   ` J
2001-08-24 14:30 Howard Holm
2001-09-27 22:11 ` Howard Holm
2001-09-28  6:44   ` Grant Bayley
2001-09-30  6:47   ` Conan Callen
2001-10-01 13:52     ` Stephen Smalley
2001-04-17 21:23 Howard Holm
2001-03-16 16:07 Howard Holm
2001-03-16 23:29 ` Grant Bayley
2001-01-02 22:28 Pete Loscocco

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=1057966291.1514.50.camel@chris.pebenito.net \
    --to=pebenito@ieee.org \
    --cc=hdholm@epoch.ncsc.mil \
    --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.