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> Backport of r48364 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48365 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
e31260baa7
commit
38e3298a8b
|
@ -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 \
|
||||
|
|
|
@ -989,6 +989,7 @@ $(eval $(call KernelPackage,dnsresolver))
|
|||
define KernelPackage/rxrpc
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=AF_RXRPC support
|
||||
HIDDEN:=1
|
||||
KCONFIG:= \
|
||||
CONFIG_AF_RXRPC \
|
||||
CONFIG_RXKAD=m \
|
||||
|
|
Loading…
Reference in New Issue