]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Kconfig: Add Kconfig entry for Labeled NFS V4 client
authorSteve Dickson <steved@redhat.com>
Wed, 22 May 2013 16:50:46 +0000 (12:50 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 30 May 2013 16:00:53 +0000 (12:00 -0400)
This patch adds the NFS_V4_SECURITY_LABEL entry which
enables security label support for the NFSv4 client

Signed-off-by: Steve Dickson <steved@redhat.com>
[trond: Make this non-interactive]
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/Kconfig

index a048928340a7e188dbc67c9251cac9b16207baec..b5e80b0af315b065954fe42c2a832e85ff57b23f 100644 (file)
@@ -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