Quoting Jeffrey Burke ([email protected]):
> Folks,
> It has been a while since I update LTP for selinux testing. I am currently
> trying to use ltp-full-20100831 on RHEL5.6. I don't believe the procedure has
> changed at least according to the README. But here are the steps I followed.
>
> 1.) tar -xvf ltp-full-20100831.tar
> 2.) pushd ltp-full-20100831; ./configure; popd
> 3.) make -C ltp-full-20100831 all
> 4.) make -C ltp-full-20100831 install
> 5.) pushd; make
> ltp-full-20100831/testcases/kernel/security/selinux-testsuite/tests; popd
> 6.) pushd
> ltp-full-20100831/testcases/kernel/security/selinux-testsuite/tests; make
> install; popd
I don't have ltp source in front of me, but I think there are two
problems here. The first is that you don't make policy, as you do
below with the kernel.org git tree.
> 7.) cd ./ltp-full-20100831
> 8.) ./testscripts/test_selinux.sh
The second is that you're executing the test out of the source dir. LTP
now runs out of /opt/ltp. I *think* the same is also true for the selinux
testsuite.
So can you do:
pushd
ltp-full-20100831/testcases/kernel/security/selinux-testsuite/policy
make && make install
popd
cd /opt/ltp
./testscripts/test_selinux.sh
?
-serge
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list