Author: nbd Date: 2016-01-19 16:15:11 +0100 (Tue, 19 Jan 2016) New Revision: 48365
Modified: branches/chaos_calmer/package/kernel/linux/modules/fs.mk branches/chaos_calmer/package/kernel/linux/modules/netsupport.mk Log: 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 <[email protected]> Backport of r48364 Modified: branches/chaos_calmer/package/kernel/linux/modules/fs.mk =================================================================== --- branches/chaos_calmer/package/kernel/linux/modules/fs.mk 2016-01-19 15:14:51 UTC (rev 48364) +++ branches/chaos_calmer/package/kernel/linux/modules/fs.mk 2016-01-19 15:15:11 UTC (rev 48365) @@ -29,6 +29,7 @@ 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 \ Modified: branches/chaos_calmer/package/kernel/linux/modules/netsupport.mk =================================================================== --- branches/chaos_calmer/package/kernel/linux/modules/netsupport.mk 2016-01-19 15:14:51 UTC (rev 48364) +++ branches/chaos_calmer/package/kernel/linux/modules/netsupport.mk 2016-01-19 15:15:11 UTC (rev 48365) @@ -989,6 +989,7 @@ define KernelPackage/rxrpc SUBMENU:=$(NETWORK_SUPPORT_MENU) TITLE:=AF_RXRPC support + HIDDEN:=1 KCONFIG:= \ CONFIG_AF_RXRPC \ CONFIG_RXKAD=m \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
