2
0
forked from Ivasoft/openwrt

kernel: disable AFS support by default

This pulls in CONFIG_KEYS, which bloats up the kernel size and is thus
very undesirable. It also currently exposes the kernel to a local root
vulnerability

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48364
This commit is contained in:
Felix Fietkau
2016-01-19 15:14:51 +00:00
parent 89ca7c5d0e
commit e34acd64f5
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ $(eval $(call KernelPackage,fs-fscache))
define KernelPackage/fs-afs
SUBMENU:=$(FS_MENU)
TITLE:=Andrew FileSystem client
DEFAULT:=n
DEPENDS:=+kmod-rxrpc +kmod-dnsresolver +kmod-fs-fscache
KCONFIG:=\
CONFIG_AFS_FS=m \