SOURCES: dazuko-caps.patch (NEW) - built-in capability module is n...
zbyniu
zbyniu at pld-linux.org
Thu Dec 28 13:18:04 CET 2006
Author: zbyniu Date: Thu Dec 28 12:18:04 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- built-in capability module is not error
---- Files affected:
SOURCES:
dazuko-caps.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/dazuko-caps.patch
diff -u /dev/null SOURCES/dazuko-caps.patch:1.1
--- /dev/null Thu Dec 28 13:18:04 2006
+++ SOURCES/dazuko-caps.patch Thu Dec 28 13:17:59 2006
@@ -0,0 +1,16 @@
+--- dazuko-2.3.2/configure~ 2006-12-28 00:20:08.000000000 +0000
++++ dazuko-2.3.2/configure 2006-12-28 00:24:49.762047000 +0000
+@@ -419,10 +419,9 @@ do_linux26()
+ if [ $CONFIG_SECURITY_CAPABILITIES -ne 0 ]
+ then
+ echo "built-in :("
+- echo "error: capabilities are built-in to the kernel:"
+- echo " you will need to recompile a kernel with capabilities"
+- echo " as a kernel module"
+- exit 1
++ echo "warning: capabilities are built-in to the kernel:"
++ echo " you will need to add capability.disable=1"
++ echo " as boot parameter"
+ else
+ echo "ok"
+ fi
================================================================
More information about the pld-cvs-commit
mailing list