All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] Filecaps: Update error message for recent kernels
@ 2009-09-15 15:30 Geert Uytterhoeven
  2009-09-15 15:56 ` Serge E. Hallyn
  2009-09-15 21:53 ` Matt Helsley
  0 siblings, 2 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2009-09-15 15:30 UTC (permalink / raw)
  To: Linux Test Project

   - As of 2.6.24, `capability' can no longer be a module,
   - As of 2.6.27, CONFIG_SECURITY_CAPABILITIES no longer exists.

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
---
 .../kernel/security/filecaps/checkforfilecaps.sh   |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/testcases/kernel/security/filecaps/checkforfilecaps.sh b/testcases/kernel/security/filecaps/checkforfilecaps.sh
index 20f97f5..3f6a4ec 100755
--- a/testcases/kernel/security/filecaps/checkforfilecaps.sh
+++ b/testcases/kernel/security/filecaps/checkforfilecaps.sh
@@ -23,8 +23,7 @@ check_simple_capset
 ret=$?
 if [ $ret -ne 0 ]; then
 	echo Posix capabilities not compiled into the kernel.  Please
-	echo modprobe capability or recompile your kernel with
-	echo CONFIG_SECURITY_CAPABILITIES=y.
+	echo recompile your kernel with CONFIG_SECURITY_FILE_CAPABILITIES=y.
 	exit 1
 fi
 
-- 
1.6.2.4

With kind regards,

Geert Uytterhoeven
Software Architect
Techsoft Centre

Technology and Software Centre Europe
The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium

Phone:    +32 (0)2 700 8453
Fax:      +32 (0)2 700 8622
E-mail:   Geert.Uytterhoeven@sonycom.com
Internet: http://www.sony-europe.com/

A division of Sony Europe (Belgium) N.V.
VAT BE 0413.825.160 · RPR Brussels
Fortis · BIC GEBABEBB · IBAN BE41293037680010

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-09-17 14:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-15 15:30 [LTP] [PATCH] Filecaps: Update error message for recent kernels Geert Uytterhoeven
2009-09-15 15:56 ` Serge E. Hallyn
2009-09-15 21:53 ` Matt Helsley
2009-09-16 15:17   ` Subrata Modak
2009-09-16 16:01     ` Geert Uytterhoeven
2009-09-16 17:07       ` Serge E. Hallyn
2009-09-17  8:17         ` Geert Uytterhoeven
2009-09-17 13:43           ` Serge E. Hallyn

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.