All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Smalley <sds@tycho.nsa.gov>
To: subrata@linux.vnet.ibm.com
Cc: ltp-list <ltp-list@lists.sf.net>,
	"Jiří Paleček" <jpalecek@web.de>,
	"Serge E. Hallyn" <serue@us.ibm.com>,
	"James Morris" <jmorris@namei.org>,
	"Eric Paris" <eparis@parisplace.org>,
	selinux@tycho.nsa.gov, "Daniel J Walsh" <dwalsh@redhat.com>
Subject: Re: [LTP] Fwd:  [PATCH] Create $SELINUXTMPDIR in each of the tests
Date: Fri, 01 May 2009 07:52:03 -0400	[thread overview]
Message-ID: <1241178723.27331.195.camel@localhost.localdomain> (raw)
In-Reply-To: <1241097725.27331.13.camel@localhost.localdomain>

On Thu, 2009-04-30 at 09:22 -0400, Stephen Smalley wrote:
> On Thu, 2009-04-30 at 15:58 +0530, Subrata Modak wrote:
> > On Wed, 2009-04-29 at 22:48 +0200, Jiří Paleček wrote:
> > > On Wed, 29 Apr 2009 21:40:01 +0200, Stephen Smalley <sds@tycho.nsa.gov>  
> > > wrote:
> > > 
> > > > On Wed, 2009-04-29 at 21:27 +0200, Jiří Paleček wrote:
> > > >> On Wed, 29 Apr 2009 21:07:38 +0200, Stephen Smalley <sds@tycho.nsa.gov>
> > > >> wrote:
> > > >>
> > > >> > On Sun, 2009-04-19 at 00:17 +0530, Subrata Modak wrote:
> > > >> >> Stephen,
> > > >> >>
> > > >> >> Would you like to say something about the following Patch ?
> > > >> >
> > > >> > Yes, it breaks the selinux testsuite for me.  Please revert.
> > > >>
> > > >> How exactly does it break it?
> > > >
> > > > Running it via test_selinux.sh was generating errors like:
> > > > cd: /testcases/bin: No such file or directory
> > > > in selinux.outfile, producing a couple bogus FAILs.
> > > 
> > > This is probably caused by the line setting LTPBIN (which shouldn't have  
> > > been there in the first place, my fault), does the attached patch fix it  
> > > for you?
> > 
> > Nether applied this nor reverted the earlier one in this thread, as
> > conclusion is yet to be made. But, i have to push the release today as i
> > am going for a vacation for a couple of days. But, please send me the
> > cleanups on consensus. I will do the needful when i return.
> 
> If you apply the re-based patch that I posted in response to his, then
> at least that problem is solved - no need to revert his original patch.
> 
> I'd like to fork the refpolicy directory so that we can stop maintaining
> diffs under selinux-testsuite/misc/ for post-rhel5 changes.  So if you
> could create a copy of refpolicy under selinux-testsuite, say
> "rhel5-refpolicy", and cvs add that to the tree, then we can work from
> there.

Actually, I think I'd like to have a tree of test policies, e.g.
refpolicy/trunk (test policy relative to refpolicy trunk)
refpolicy/redhat/5 (test policy relative to rhel5)
refpolicy/fedora/10 (test policy relative to fedora 10)
refpolicy/debian/5 (test policy relative to debian 5.0)

Only I'm not sure we necessarily want one for every fedora release due
to their short life cycles.  But it looks like the test policy for f11
will be different than f10 (I have a patch to at least get it to build
without warnings, but am still working through some test failures on
f11).

-- 
Stephen Smalley
National Security Agency


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

  parent reply	other threads:[~2009-05-01 11:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-18 18:47 Fwd: [LTP] [PATCH] Create $SELINUXTMPDIR in each of the tests Subrata Modak
2009-04-20  1:32 ` [LTP] Fwd: " Serge E. Hallyn
2009-04-20  1:35   ` Serge E. Hallyn
     [not found]   ` <op.usoj4f1cu2flwt@marcela-gaxm89c>
2009-04-20 13:36     ` Serge E. Hallyn
2009-04-29 19:07 ` Stephen Smalley
     [not found]   ` <op.us5xofaeu2flwt@debian>
2009-04-29 19:40     ` Stephen Smalley
2009-04-29 19:52       ` Stephen Smalley
     [not found]       ` <op.us51ezmiu2flwt@debian>
2009-04-30 12:45         ` Stephen Smalley
2009-05-11  6:44           ` Subrata Modak
2009-04-30 15:20         ` [PATCH] Fix MLS handling in selinux tests Stephen Smalley
2009-05-11  6:44           ` Subrata Modak
     [not found]         ` <1241087321.5983.12.camel@subratamodak.linux.ibm.com>
     [not found]           ` <1241097725.27331.13.camel@localhost.localdomain>
2009-05-01 11:52             ` Stephen Smalley [this message]
2009-05-05 13:52               ` [LTP] Fwd: [PATCH] Create $SELINUXTMPDIR in each of the tests Stephen Smalley

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=1241178723.27331.195.camel@localhost.localdomain \
    --to=sds@tycho.nsa.gov \
    --cc=dwalsh@redhat.com \
    --cc=eparis@parisplace.org \
    --cc=jmorris@namei.org \
    --cc=jpalecek@web.de \
    --cc=ltp-list@lists.sf.net \
    --cc=selinux@tycho.nsa.gov \
    --cc=serue@us.ibm.com \
    --cc=subrata@linux.vnet.ibm.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.