Hi,
--- On Mon, 2/2/09, Subrata Modak <[email protected]> wrote: > From: Subrata Modak <[email protected]> > Subject: Re: [LTP] [PATCH] proc01: SELinux with attr/* Interface - version 2 > To: "Kamalesh Babulal" <[email protected]>, "Serge E. Hallyn" > <[email protected]>, "CAI Qian" <[email protected]>, [email protected] > Cc: [email protected], [email protected] > Date: Monday, February 2, 2009, 9:24 PM > Thanks Serge, Cai, Kamalesh & Stephen. > The following patch should not be merged given that it did not address the problem completely that have been discussed in the previous mails. I'll send a new patch soon. CAI Qian > Regards-- > Subrata > > > > > We can just add the files related to LSM, to known failure list. We > > already check > > for their return value, if not EINVAL report test failure or else skip. > > Added the nfsd files to the list. > > > > --- > > testcases/kernel/fs/proc/proc01.c | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > Index: b/testcases/kernel/fs/proc/proc01.c > > > =================================================================== > > --- a/testcases/kernel/fs/proc/proc01.c > > +++ b/testcases/kernel/fs/proc/proc01.c > > @@ -88,6 +88,13 @@ const Mapping known_issues[] = > > {"read", "/proc/xen/privcmd", EINVAL}, > > {"read", "/proc/self/mem", EIO}, > > {"read", "/proc/self/task/[0-9]*/mem", EIO}, > > + {"read", "/proc/self/attr/*", EINVAL}, > > + {"read", "/proc/self/task/[0-9]*/attr/*", EINVAL}, > > + {"read", "/proc/fs/nfsd/unlock_filesystem", EINVAL}, > > + {"read", "/proc/fs/nfsd/unlock_ip", EINVAL}, > > + {"read", "/proc/fs/nfsd/filehandle", EINVAL}, > > + {"read", "/proc/fs/nfsd/.getfs", EINVAL}, > > + {"read", "/proc/fs/nfsd/.getfd", EINVAL}, > > {"", "", 0} > > }; > > ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
