Hi,
Was just browsing through and found that this piece of code is not
built/installed by default. I did not find any issue to do so. So, just
added up to the Makefile(s). I am however investigating the best
possible way to run them.
Signed-Off-By: Subrata Modak <[EMAIL PROTECTED]>
--- ltp-intermediate-20080820/testcases/kernel/security/Makefile.orig
2008-08-20 21:51:41.000000000 +0530
+++ ltp-intermediate-20080820/testcases/kernel/security/Makefile
2008-08-20 21:51:54.000000000 +0530
@@ -1,4 +1,4 @@
-SUBDIRS = mmc_security filecaps
+SUBDIRS = mmc_security filecaps seclvl
all:
@set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i ; done
---
ltp-intermediate-20080820/testcases/kernel/security/seclvl/Makefile.orig
2008-08-20 22:03:53.000000000 +0530
+++ ltp-intermediate-20080820/testcases/kernel/security/seclvl/Makefile
2008-08-20 22:04:57.000000000 +0530
@@ -1,3 +1,5 @@
+TARGETS = ioperm iopl create_suid_file create_guid_file
create_suid_node create_guid_node verify_seclvl.sh
+
all: ioperm iopl create_suid_file create_guid_file create_suid_node \
create_guid_node
@@ -26,3 +28,6 @@ clean:
rm -f create_suid_node
rm -f create_guid_file
rm -f create_guid_node
+
+install:
+ @set -e; for i in $(TARGETS); do ln -f $$i ../../../bin/$$i ; chmod
+x ../../../bin/$$i; done
Regards--
Subrata
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list