diff options
author | Steve Dickson <steved@redhat.com> | 2013-05-22 12:50:46 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-06-08 16:20:17 -0400 |
commit | f58eda9bc2f0793da4c5c1098d55df2b31e0d682 (patch) | |
tree | 664e01a2f415b503fa47b20b1b5521fe77eadfd0 /fs/nfs/Kconfig | |
parent | c9bccef6b98ae563f725f6e315d8adc685239781 (diff) |
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 <steved@redhat.com>
[trond: Make this non-interactive]
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/Kconfig')
-rw-r--r-- | fs/nfs/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 | |||
140 | If the NFS client is unchanged from the upstream kernel, this | 140 | If the NFS client is unchanged from the upstream kernel, this |
141 | option should be set to the default "kernel.org". | 141 | option should be set to the default "kernel.org". |
142 | 142 | ||
143 | config NFS_V4_SECURITY_LABEL | ||
144 | bool | ||
145 | depends on NFS_V4_2 && SECURITY | ||
146 | default y | ||
147 | |||
143 | config ROOT_NFS | 148 | config ROOT_NFS |
144 | bool "Root file system on NFS" | 149 | bool "Root file system on NFS" |
145 | depends on NFS_FS=y && IP_PNP | 150 | depends on NFS_FS=y && IP_PNP |