From: Steve Dickson Date: Wed, 22 May 2013 16:50:46 +0000 (-0400) Subject: Kconfig: Add Kconfig entry for Labeled NFS V4 client X-Git-Tag: next-20130607~86^2^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4aa219037adb0e5fd2b74a266ab332fbcda03614;p=karo-tx-linux.git Kconfig: Add Kconfig entry for Labeled NFS V4 client This patch adds the NFS_V4_SECURITY_LABEL entry which enables security label support for the NFSv4 client Signed-off-by: Steve Dickson [trond: Make this non-interactive] Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index a048928340a7..b5e80b0af315 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig @@ -140,6 +140,11 @@ config NFS_V4_1_IMPLEMENTATION_ID_DOMAIN If the NFS client is unchanged from the upstream kernel, this option should be set to the default "kernel.org". +config NFS_V4_SECURITY_LABEL + bool + depends on NFS_V4_2 && SECURITY + default y + config ROOT_NFS bool "Root file system on NFS" depends on NFS_FS=y && IP_PNP